CreateDirectory
From Spheriki
Creates a new directory.
Contents |
Usage
- directory The name of the directory to create.
Examples
CreateDirectory("TestDirectory");
If everything went alright then there should be a directory called "TestDirectory" in your game's folder.
Notes
Returns true if the directory was created successfully, otherwise returns false.