How to get the path for "My Documents" and other system folders

 Posted by vishalneeraj-24503 on 12/14/2013 | Category: VB.NET Interview questions | Views: 2467 | Points: 40
Answer:

We can Use GetFolderPath method of the System.Environment class to retrieve this information.

For Example:-

Dim Path as String = 

Environment.GetFolderPath(Environment.SpecialFolder.Personal)


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response