System.IO.Win32Directory.CreateDirectoryW C# (CSharp) Method

CreateDirectoryW() private method

private CreateDirectoryW ( string lpPathName, IntPtr lpSecurityAttributes ) : bool
lpPathName string
lpSecurityAttributes System.IntPtr
return bool
        static extern bool CreateDirectoryW(string lpPathName, IntPtr lpSecurityAttributes);