special folder locations

  • Thread starter Thread starter robipete
  • Start date Start date
R

robipete

I have only seen how to get special folder locations (My
Documents, etc) using win32 API calls wrapped up in a C#
class, are there no dotnet SDK functions which do the same?
 
Hello,

robipete said:
I have only seen how to get special folder locations (My
Documents, etc) using win32 API calls wrapped up in a C#
class, are there no dotnet SDK functions which do the same?

Environment.GetFolderPath

Regards,
Herfried K. Wagner
 
Back
Top