Path Type Function
- Updated2025-07-30
- 2 minute(s) read
Returns the type of the specified path, indicating whether it is an absolute, relative, or <Not A Path>.
This function does not verify that the path exists on the computer. It checks only the syntax of the path. Use the File/Directory Info function to verify that a file or directory exists on the computer.

Inputs/Outputs
path
—
path specifies the path whose syntax you want to check.
type
—
type indicates the type of the specified path. UNC file paths are absolute file paths. Use two leading backslashes (\\) to represent UNC file paths. type returns <Not A Path> only when you wire the Not A Path constant to this function.
|
path
—
type
—