BetterExplorer.Networks.FileSystem.NetworkFileSystem.DownloadFile C# (CSharp) 메소드

DownloadFile() 공개 메소드

public DownloadFile ( File remotefile, string localdir, string localname ) : bool
remotefile File
localdir string
localname string
리턴 bool
        public virtual bool DownloadFile(File remotefile, string localdir, string localname)
        {
            return false;
        }