Microsoft.Win32.Win32Native.CreateDirectory C# (CSharp) Method

CreateDirectory() private method

private CreateDirectory ( String path, SECURITY_ATTRIBUTES lpSecurityAttributes ) : bool
path String
lpSecurityAttributes SECURITY_ATTRIBUTES
return bool
        internal static extern bool CreateDirectory(
                    String path, SECURITY_ATTRIBUTES lpSecurityAttributes);