Microsoft.Win32.Win32Native.CreateDirectory C# (CSharp) Méthode

CreateDirectory() private méthode

private CreateDirectory ( String path, SECURITY_ATTRIBUTES lpSecurityAttributes ) : bool
path String
lpSecurityAttributes SECURITY_ATTRIBUTES
Résultat bool
        internal static extern bool CreateDirectory(
                    String path, SECURITY_ATTRIBUTES lpSecurityAttributes);