FilePath
Extracts the path from a fully qualified file name.
Syntax
-
FilePath(s)
-
s
is a string
-
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\