Bari.Core.Test.Helper.TestFileSystemDirectory.Exists C# (CSharp) Method

Exists() public method

Checks whether a file exists at the given relative path
public Exists ( string relativePath ) : bool
relativePath string Path to the file to check, relative to this directory
return bool
        public bool Exists(string relativePath)
        {
            return true; // ReadBinaryFile always returns a stream containing the file name
        }