M
Marc Allard
Hello,
I have installed Windows 7 RTM on a computer and I have changed the My
documents libraries (to the D:\Documents\ so in case of a crash with Windows,
I don't lose my documents if I need to reformat the c:. The default save
location is (of course) put in the d:\Documents\ folder (the old one has been
removed from libraries)
Now, in .NET 2008, I want to see the path where my Documents is saved. So I
do a
My.Computer.FileSystem.SpecialDirectories.MyDocuments and I expect it is be
in d:\Documents\
But is is still in c:\Users\UserName\Documents
What can I do?
If my customers says that the Documents folder is in d:\...., he expects my
program to save all the files in this directory.
Did I expect too much of the libraries? Is there a possibility to have the
correct path in .NET?
I use some softwares that all use the wrong Documents folder (because of
that problem I think).
Thank you
Marc
I have installed Windows 7 RTM on a computer and I have changed the My
documents libraries (to the D:\Documents\ so in case of a crash with Windows,
I don't lose my documents if I need to reformat the c:. The default save
location is (of course) put in the d:\Documents\ folder (the old one has been
removed from libraries)
Now, in .NET 2008, I want to see the path where my Documents is saved. So I
do a
My.Computer.FileSystem.SpecialDirectories.MyDocuments and I expect it is be
in d:\Documents\
But is is still in c:\Users\UserName\Documents
What can I do?
If my customers says that the Documents folder is in d:\...., he expects my
program to save all the files in this directory.
Did I expect too much of the libraries? Is there a possibility to have the
correct path in .NET?
I use some softwares that all use the wrong Documents folder (because of
that problem I think).
Thank you
Marc