Legacy:Functions/Filesystem
From Spherical
Filesystem
- GetDirectoryList(directory) directory = directory in which to enumerate directories, the current game's directory if not specified. Returns an array of strings, which contain the directory names that reside in the directory directory of the game.
- Rename(old, new): Renames or moves a file or directory.
- CreateDirectory(directory): Creates a new directory.
- RemoveDirectory(directory): Removes a directory.