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

FileExists() 개인적인 메소드

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