BatchGuy.App.CreateEAC3ToBatchForm.IsBatchGuyEac3toSettingsFile C# (CSharp) Method

IsBatchGuyEac3toSettingsFile() private method

private IsBatchGuyEac3toSettingsFile ( string file ) : bool
file string
return bool
        private bool IsBatchGuyEac3toSettingsFile(string file)
        {
            if (file.EndsWith(_settingsExtension))
                return true;
            else
                return false;
        }
CreateEAC3ToBatchForm