{{tag>category:"OpenInsight 32-Bit" author:"Bob Silverstein" author:"[url=http://www.sprezzatura.com]The Sprezzatura Group[/url]"}}
[[https://www.revelation.com/the-works|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.
[url=http://www.sprezzatura.com]The Sprezzatura Group[/url]
[i]World leaders in all things RevSoft[/i]
[img]http://www.sprezzatura.com/zz.gif[/img]
[[https://www.revelation.com/revweb/oecgi4p.php/O4W_HANDOFF?DESTN=O4W_RUN_FORM&INQID=WORKS_READ&SUMMARY=1&KEY=E5F1CD781A4E620485256E510055D662|View this thread on the Works forum...]]