Concept Framework 2.0 documentation Contents | Index

standard.C.io._rmdir

Name Version Deprecated
_rmdir version 1.0 no

Prototype:
number _rmdir(string directory_path)

Parameters:
directory_path      the directory to be removed

Description:
The _rmdir function deletes the directory specified by directory_path. The directory must be empty. See also _unlink and remove.

Returns:
_rmdir returns 0 if successful. Otherwise, the function returns -1.

Documented by Simona Plesuvu, generation time: Fri Jan 21 18:06:20 2011 GMT(c)2011 RadGs Software