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

DeleteFile() private method

private DeleteFile ( String path ) : bool
path String
return bool
        internal static extern bool DeleteFile(String path);