What function do I call in OI to get the current working directory?
Thanks,
Bryan
Bryan,
You should use the Drive function here is an example:
Function GetCurrentDir(void)
Path=Drive()
Return Path
Path will contain the complete drive and path of the current OI directory.
John Revelation
Use the DRIVE() command
ie) workingdir=DRIVE()
Hope this helps,
Hank