Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Library for Clipper - <b>l_rmdir()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
                                 L_RMDIR()


Syntax:        L_RMDIR(<expC>)


Purpose:       To remove a subdirectory using the specified drive and
               path.


Arguments:     <expC> is the drive and path of the subdirectory to
               remove.


Returns:       An integer numeric value.

               0 = Successful removal of subdirectory.
               3 = Path not found.
               5 = Access denied.
               6 = Current directory.
               16 = Current directory.


Usage:         Useful to remove a subdirectory which may have been
               created temporarily.

               Use of this function assumes knowledge of your
               operating system.


Examples:      * Create a subdirectory
               L_RMDIR("C:\SALES\WEEK2")


Language:      Assembler

See Also: L_MKDIR() L_CHDIR()

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