Hi,
I have an application which has several hard coded references to
"C:\My Documents". Shortly our network setup will be changed so that a
users My Documents folder will be on a mapped network home drive, and
nothing will be written to the local C:.
So my question is, how do I explicitly code the path to the users My
Documents folder so that it will use it no matter where it's sitting
(whether it be on C: or a network drive)?
ie instead of "C:\My Documents\" something like "My Documents\"
Thanks in advance,
Mong
I have an application which has several hard coded references to
"C:\My Documents". Shortly our network setup will be changed so that a
users My Documents folder will be on a mapped network home drive, and
nothing will be written to the local C:.
So my question is, how do I explicitly code the path to the users My
Documents folder so that it will use it no matter where it's sitting
(whether it be on C: or a network drive)?
ie instead of "C:\My Documents\" something like "My Documents\"
Thanks in advance,
Mong
Comment