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

DirExists() private method

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