Simulated._Fs._StorageSink.FileExists C# (CSharp) Method

FileExists() private method

private FileExists ( [ path ) : Task
path [
return Task
        public virtual Task<bool> FileExists([NotNull] FsPath path)
        {
            throw new NotImplementedException();
        }