Directories are a list of files. They are the same as a folder on your computer. The mkdir command is used for creating a directory.
The path will be the name and location of the directory. The permissions part is a zero followed by the normal 3 digit CHMOD number you have seen in previous tutorial pages.
mkdir ("path","permissions");
The path will be the name and location of the directory. The permissions part is a zero followed by the normal 3 digit CHMOD number you have seen in previous tutorial pages.

