G
Guest
VB.Net allows the ability to find the path of special folders by calling the
System.Environment.GetFolderPath function with a parameter specifying which
special folder I want the path of. Unfortunately, it doesn't appear to allow
finding special folders related to "All Users".
For example, I am trying to determine the "All Users Start Menu" folder but
am only able to find the "Start Menu" folder for the current user.
How is it possible to get special folder paths for folders not listed in
..Net's Special Folder enumeration?
Thanks in advance for any help you can offer!
System.Environment.GetFolderPath function with a parameter specifying which
special folder I want the path of. Unfortunately, it doesn't appear to allow
finding special folders related to "All Users".
For example, I am trying to determine the "All Users Start Menu" folder but
am only able to find the "Start Menu" folder for the current user.
How is it possible to get special folder paths for folders not listed in
..Net's Special Folder enumeration?
Thanks in advance for any help you can offer!