Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- ClipOn 3.0 Reference - c_rmdir() http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 C_RMDIR()

 DESCRIPTION

 C_RMDIR() removes the specified directory from the default drive.

 SYNTAX

 C_RMDIR(directory)

 PARAMETERS

 directory (C) is a character string of the directory.

 RETURNS

 C_RMDIR() returns true (.T.) if the directory was removed successfully,
 or false (.F.) indicating an error occurred.

 EXAMPLES

 c_mkdir("TEMPDIR")       && Make a temporary directory
 ...
 ...        && Do file copies into temporary directory
 ...
 c_rmdir("TEMPDIR")       && Remove temporary directory


See Also: C_MKDIR() C_CHDIR() C_GETDIR() C_ISDIR() C_ZAPDIR()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson