BatchGuy.App.FFMSIndex.Services.FFMSIndexBatchFileWriteService.Delete C# (CSharp) Method

Delete() public method

public Delete ( ) : void
return void
        public void Delete()
        {
            if (File.Exists(_eac3toConfiguration.FFMSIndextBatchFilePath))
                File.Delete(_eac3toConfiguration.FFMSIndextBatchFilePath);
        }