I knwo this question has come up before, but a shortcut answer will work too.
I want to know hte users My Documents folder.
On NT this is easy, ENVIRON$("HOMEPATH").
On 98 it *may* vary depending if there are profiles or not...
There's the api for getting a TEMP directory, is there one for My Documents?
I dont' want to assume c:\my documents for two reasons, #1 it may not be ON C:\ it maybe on D:\ and because if there are profiles it may change (??? Not sure if that folder does on 98 or not)...
Thanks,
Scott
------------------
Scott
mailto:[email protected][email protected]</A>
I want to know hte users My Documents folder.
On NT this is easy, ENVIRON$("HOMEPATH").
On 98 it *may* vary depending if there are profiles or not...
There's the api for getting a TEMP directory, is there one for My Documents?
I dont' want to assume c:\my documents for two reasons, #1 it may not be ON C:\ it maybe on D:\ and because if there are profiles it may change (??? Not sure if that folder does on 98 or not)...
Thanks,
Scott
------------------
Scott
mailto:[email protected][email protected]</A>
Comment