Microsoft.Win32.Win32Native.DeleteFile C# (CSharp) 메소드

DeleteFile() 개인적인 메소드

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