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

CreateDir() 개인적인 메소드

private CreateDir ( [ path ) : System.Threading.Tasks.Task
path [
리턴 System.Threading.Tasks.Task
        public virtual Task CreateDir([NotNull] FsPath path)
        {
            throw new NotImplementedException();
        }