Getting current working directory (OpenInsight Specific)
At 13 NOV 1997 08:55:43AM Bryan Feddish wrote:
What function do I call in OI to get the current working directory?
Thanks,
Bryan
At 13 NOV 1997 09:35AM John Duquette wrote:
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
At 18 NOV 1997 02:23PM Hank wrote:
Use the DRIVE() command
ie) workingdir=DRIVE()
Hope this helps,
Hank