int mkdir( const char *pathname )



	- prototype in dir.h

	- takes pathname & creates new directory with that name
	- returns 0 if successful, else -1