FILESYSTEM Methods
The FILESYSTEM object supports the following methods:
Name | Description |
---|---|
CHOOSEDIR | Executes the Windows Common Browse Folder dialog to select a folder name. |
CHOOSEFILE | Executes the Windows Common File dialog to select a file name. |
COPYDIR | Copies the contents of a directory to another directory. |
COPYFILES | Copies one or more files to another location. |
DELETEFILES | Deletes one or more files. |
DIREXISTS | Checks to see if a specified directory exists. |
FILEEXISTS | Checks to see if a specified file exists. |
GETABSOLUTEPATH | Resolves a relative path to an absolute one. |
GETLONGPATH | Resolves a short (8.3) path to a long one. |
GETRELATIVEPATH | Resolves an absolute path to a relative one. |
GETSHORTPATH | Resolves a long path to a short (8.3) form. |
GETSPECIALDIR | Returns a specified Windows “special” directory. |
MAKEDIR | Creates a new directory at the specified location. |
MOVEDIR | Moves a directory and its contents to a new location. |
MOVEFILES | Moves one or more files to a new location. |
REMOVEDIR | Deletes a specified directory and its contents. |
RENAMEDIR | Renames a specified directory to a new name. |
RENAMEFILE | Renames a specified file to a new name. |