int mkdir(string dir) Creates the directory . must start with a / (slash). 'mkdir' returns 0, if not successful, 1 if successful.