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

DeleteFile() private méthode

private DeleteFile ( String path ) : bool
path String
Résultat bool
        internal static extern bool DeleteFile(String path);