Simulated._Fs._StorageSink.DirExists C# (CSharp) 메소드

DirExists() 개인적인 메소드

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