ObjectType:filepath
Jump to navigation
Jump to search
Description
Members
- bool PathExists: TRUE if the given path exists
- bool FileExists[additional path]: TRUE if the given additional path exists. This can be a directory OR file, and can be an absolute path or a path relative to this filepath
- string Path: The string representation of this path
- string AbsolutePath: The string representation of this path converted to an absolute path
Methods
none
Returns
Same as Path