AuScGen.ERT.PDFSplit.Program.DeleteFile C# (CSharp) Method

DeleteFile() private static method

private static DeleteFile ( string path ) : void
path string
return void
        private static void DeleteFile(string path)
        {
            File.Delete(path);
        }
    }