Algosim documentation: FilePath

FilePath

Extracts the path from a fully qualified file name.

Syntax

Description

If s is a fully qualified file name, then FilePath(s) returns the path to the directory containing the file. That is, the file name is removed from s.

Examples

FilePath("C:\WINDOWS\explorer.exe")
C:\WINDOWS\

See also