, ,

Join The Works program to have access to the most current content, and to be able to ask questions and get answers from Revelation staff and the Revelation community

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 * Failed
 end

The old Arev mkdir() function should also work.

The Sprezzatura Group

World leaders in all things RevSoft

View this thread on the Works forum...