Would someone write all the code required to use the function GetCurrentDirectory? I cannot find any samples in any of the documentation or users guides. I've tried various things that don't work, such as:
Integer inum, ret
character*20 adirectory
ret = GetCurrentDirectory (inum, adirectory)
I don't get any compilation errors, it just doesn't work.
Thanks.
How use GetCurrentDirectory
For more complete information about compiler optimizations, see our Optimization Notice.



