Question:
If I have a FILE_PREFIX environment variable that contains several folders in it, such as:
FILE_PREFIX C:\ C:\MY_DATA C:\MY_DATA2
...and I open a data file that already exists (e.g. MYFILE.DAT). Given that my status code is "00" (meaning the file does exist and the open was succesful), is there a way to find out which folder my file was actually opened in (short of parsing the value of FILE_PREFIX myself and searching each one of those folders manually)?
Thanx ...
If I have a FILE_PREFIX environment variable that contains several folders in it, such as:
FILE_PREFIX C:\ C:\MY_DATA C:\MY_DATA2
...and I open a data file that already exists (e.g. MYFILE.DAT). Given that my status code is "00" (meaning the file does exist and the open was succesful), is there a way to find out which folder my file was actually opened in (short of parsing the value of FILE_PREFIX myself and searching each one of those folders manually)?
Thanx ...