Rmdir
Last Modified: May 30, 2005 00:05AM
|
|
| (Any)
|
Description
INT RMDIR ( STRING DIRECTORY ) Borra el directorio indicado
PARAMETERS:
STRING directory: New Directory
DESCRIPTION:
This function creates the directory indicated by the directory parameter in the current directory. It gives back 0 if it has been successful and -1 in case of not being able to carry out the creation of the new directory, for example if the directory already existed.
Also the complete route in the parameter can be specified and the directory will be created using the complete route instead of being created from the current directory. The routes can be indicated indifferently using the separator of directories/or .
A directory cannot to be erased if it is the current directory, if it is not vacio or if it is the root directory of the system. In platforms that therefore allow it, a directory will not be able to be erased if the permissions adapted for it are not had.
|
User Contributed Notes Rmdir |
|
| There are no user contributed notes for this page. |
| Last updated: Sun, 29 May 2005 - 17:01:15 |
|
|