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 ?
Use the Utility function as follows:
directory=X:\folder1\folder2\new"
success=Utility( "MAKEDIR" , directory )
Dave
Thanks Dave I'll give it a try
Bill