Bari.Plugins.FSRepository.Model.IFileSystemRepositoryAccessContracts.Exists C# (CSharp) Method

Exists() public abstract method

public abstract Exists ( string path ) : bool
path string
return bool
        public abstract bool Exists(string path);
IFileSystemRepositoryAccessContracts