BatchGuy.App.Eac3to.Services.EAC3ToBatchFileWriteService.Delete C# (CSharp) Méthode

Delete() public méthode

public Delete ( ) : void
Résultat void
        public void Delete()
        {
            if (File.Exists(_eac3toConfiguration.BatchFilePath))
                File.Delete(_eac3toConfiguration.BatchFilePath);
        }