I would like to make new directories from with OI and all I can find in the help section is this.
MAKEDIR Service
Description
Creates a new directory.
Parameters
Parameter
Description
Directory name to create.
True if success, false if failed.
Can someone provide more help. Thanks.
Bob,
retVal=utility( "MAKEDIR", "Some Directory Name" )if retVal then
Directory created end else * FailedendThe old Arev mkdir() function should also work.
World leaders in all things RevSoft