Access to My Documents folder?
-
What framework variable do I use to access the path to My Documents?
-
What framework variable do I use to access the path to My Documents?
My Documents is a "special folder" and is accessed using the Shell. So however the framework exposes the Shell that is how you get the solution.
"Alot of the people on this forum are incredibly stupid, thinking that the internet is real"
Score: 1.0 in the Soap Boxled mike
-
My Documents is a "special folder" and is accessed using the Shell. So however the framework exposes the Shell that is how you get the solution.
"Alot of the people on this forum are incredibly stupid, thinking that the internet is real"
Score: 1.0 in the Soap Boxled mike
That is not an answer to my question.
-
That is not an answer to my question.
-
What framework variable do I use to access the path to My Documents?
Hello
string MyPath = Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments);
Regards:rose:
-
Hello
string MyPath = Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments);
Regards:rose:
The Documentation says it works with 1.1 but I'm not seeing the enum SpecialFolder.
Ronald Hahn, CNT - Computer Engineering Technologist New Technologies Analyst HahnTech Affiliated With Code Constructors Edmonton, Alberta, Canada Email: rhahn82@telus.net
-
The Documentation says it works with 1.1 but I'm not seeing the enum SpecialFolder.
Ronald Hahn, CNT - Computer Engineering Technologist New Technologies Analyst HahnTech Affiliated With Code Constructors Edmonton, Alberta, Canada Email: rhahn82@telus.net
Hello Why don't you see it in your intellisense?? It should appear. Try writing without the intellisense. What compile error -if any- appears? Piece of advice: Remove you email address to avoid the possibility of spamming.
Regards:rose: