skip to main content

Library Routines : C$MAKEDIR

C$MAKEDIR
The C$MAKEDIR library routine creates a new directory.
Syntax:
 CALL "C$MAKEDIR" USING directoryName
Parameters:
Return code:
returnCode can be any signed numeric data item and provides additional information:
Examples:
Example - Create a new temporary sub-folder
call "c$makedir" using "c:\tmp\newtemp" giving retCode
if retCode = 0
   display message "Directory successfully created"
   display message "Wrong path"

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