NuGet.Services.Metadata.Catalog.Persistence.FileStorage.Exists C# (CSharp) Method

Exists() public method

public Exists ( string fileName ) : bool
fileName string
return bool
        public override bool Exists(string fileName)
        {
            return File.Exists(fileName);
        }