|
Contents | Previous | Next | Subchapters |
| Syntax |
mkdir(name) |
| See Also | rmdir , exists , isdir |
mkdir returns true; otherwise it returns false
mkdir("c:\junk")
O-Matrix will create the directory and respond
T
you can remove the directory with the command
rmdir("c:\junk")