P
Peter Larsen []
Hi,
I'm using VS 2005 and dotNet 2.0.
Is there an easier way to obtain MyDocuments (and related special folders)
than through the shell ??
The Shell way:
Win32Assist.SHGetSpecialFolderLocation(IntPtr.Zero,
Win32Assist.CSIDL.CSIDL_MYDOCUMENTS, ref pidl);
I guess there are some nice functions in dotNet, right ??
Thank you in advance.
BR
Peter
I'm using VS 2005 and dotNet 2.0.
Is there an easier way to obtain MyDocuments (and related special folders)
than through the shell ??
The Shell way:
Win32Assist.SHGetSpecialFolderLocation(IntPtr.Zero,
Win32Assist.CSIDL.CSIDL_MYDOCUMENTS, ref pidl);
I guess there are some nice functions in dotNet, right ??
Thank you in advance.
BR
Peter