BatchGuy.App.FFMSIndex.Services.FFMSIndexBatchFileWriteService.Delete C# (CSharp) Метод

Delete() публичный Метод

public Delete ( ) : void
Результат void
        public void Delete()
        {
            if (File.Exists(_eac3toConfiguration.FFMSIndextBatchFilePath))
                File.Delete(_eac3toConfiguration.FFMSIndextBatchFilePath);
        }