skip to main content

Library Routines : CBL_DELETE_DIR

CBL_DELETE_DIR
The CBL_DELETE_DIR library routine removes an empty directory.
Syntax:
 CALL "CBL_DELETE_DIR" USING directoryName
Parameters:
Return code:
returnCode can be any numeric data item and provides additional information:
Examples:
Example - Delete temporary sorts directory
move "c:\tmp\sorts1" to dir-name
call "cbl_delete_dir" using dir-name
if return-code not = 0
   display message "Directory deletion failed"

Copyright (c) 2017 Veryant
Contact us
Please share your comments on this manual or on any
Veryant product documentation with the email button at the top left