CreateDirectory

Files
Aptilis 1

CreateDirectory(NewDirectoryName)

CreateDirectory will create a new directory in the current directory. You can check which directory your programme is running in with getCurrentDirectory and you can get a list of the existing directories with getDirectoryList.

Return Value:
0 if everything was OK.
-1 in case of error and errno contains more details about the error.