.
The SHCreateDirectoryEx API
10/21/2014 8:14:10 PM - anonymous
.
static extern int SHCreateDirectoryEx(IntPtr hwnd, string pszPath, IntPtr psa);
.
SHCreateDirectoryEx(IntPtr.Zero, @"D:\test\", IntPtr.Zero);
.
.
Click to read this page3/16/2007 7:51:13 AM - -82.124.226.194
.
static extern bool CreateDirectoryEx(string lpTemplateDirectory,
.