skip to main content

Library Routines : CBL_CREATE_DIR

CBL_CREATE_DIR
The CBL_CREATE_DIR library routine creates a new directory.
Syntax:
 CALL "CBL_CREATE_DIR" USING directoryName
Parameters:
Return code:
returnCode can be any numeric data item and provides additional information:
Examples:
Example - Create user's report directory
move "c:\users\adam\reports" to dir-name
call "cbl_create_dir" using dir-name
if return-code not = 0
   display message "Directory creation 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