@msdn=https://docs.microsoft.com/en-us/windows/desktop/api/shlobj_core/nf-shlobj_core-shcreatedirectoryexa @pinvoke=http://pinvoke.net/$$$.htm Summary: The SHCreateDirectoryEx API !!!!C# Signature: [DllImport("shell32.dll")] static extern int SHCreateDirectoryEx(IntPtr hwnd, string pszPath, IntPtr psa); !!!!User-Defined Types: None. !!!!Notes: None. !!!!Tips & Tricks: Please add some! !!!!C# Sample Code: SHCreateDirectoryEx(IntPtr.Zero, @"D:\test\", IntPtr.Zero); !!!!Alternative Managed API: Do you know one? Please contribute it! Documentation: SHCreateDirectoryEx@msdn on MSDN
Edit shell32.SHCreateD...
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.