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