cadencii.win32.CreateDirectoryW C# (CSharp) Method

CreateDirectoryW() private method

private CreateDirectoryW ( [ lpPathName, IntPtr lpSecurityAttributes ) : bool
lpPathName [
lpSecurityAttributes System.IntPtr
return bool
        public static extern bool CreateDirectoryW(
            [MarshalAs( UnmanagedType.LPWStr )]
            string lpPathName,
            IntPtr lpSecurityAttributes
        );
win32