File Functions
These functions can be used to manipulate files:
FileCopy | Copies a file |
FileDelete | Deletes a file |
FileExists | Checks if a file exists |
FileRename | Renames a file |
FileSetAttribute | Sets an attribute (hidden, read-only etc.) of a file |
Remarks:
Be highly careful with these functions!
Also note that none of these function supports wildcards (*,? etc.). They all only support direct filenames, nothing else.