CreateDirectory

From Spheriki

Jump to: navigation, search

Creates a new directory.


Contents

Usage

boolean CreateDirectory(directory);
  • 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.


See also

Personal tools