How can I Create a New Directory (Folder) (OpenInsight Specific)
At 29 SEP 1998 02:47:06PM Bill Ridout wrote:
I have a system in AREV 3.12 where I use PCPERFORM to create a new
Directory.
I then create a Volume record in the Voc
Then Copy Tables from a Starter Volume into the new Volume
I have found the CREATE_VOLUME ssp
BUT how can I create a NEW Directory from within OI ?
At 29 SEP 1998 03:00PM Dave Pociu wrote:
Use the Utility function as follows:
directory=X:\folder1\folder2\new"
success=Utility( "MAKEDIR" , directory )
Dave
At 30 SEP 1998 02:40PM Bill Ridout wrote:
Thanks Dave I'll give it a try
Bill