BetterExplorer.Networks.FileSystem.NetworkFileSystem.DownloadFile C# (CSharp) Method

DownloadFile() public method

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