special folder locations

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?
 
H

Herfried K. Wagner

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top