Making directories (OpenInsight 32-Bit)
At 08 MAR 2004 10:37:34AM Bob Silverstein wrote:
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.
At 08 MAR 2004 11:23AM [url=http://www.sprezzatura.com]The Sprezzatura Group[/url] wrote:
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