File and Path Functions

The File and Path functions are summarized in the table below. Click on the function name to jump to a discussion of that function.

Function

Result

FileDrive

Gets the drive component of a file name.

FileExt

Gets the extension component of a file name.

FileName

Gets the name component of a file name.

FilePath

Gets the path component of a file name.

FullFileName

Makes a full file name from a string containing the file name components.

PathCreate

Creates the subdirectory path you specify if it does not exist.

PathExist

Checks the path you specify to make sure it exists.