Mkdir make a directory
(pathname string)
| 25 | Type() Type |
| 26 | // Mkdir make a directory |
| 27 | Mkdir(pathname string) error |
| 28 | // creates a filesystem node (file, device special file, or named pipe) named pathname, |
| 29 | // with attributes specified by mode and dev |
| 30 | Mknod(pathname string, mode uint32, dev int) error |
no outgoing calls