Commit bc644603 by xiongziliang

修正文件路径

parent e92ad6b5
......@@ -25,7 +25,7 @@ HttpDownloader::~HttpDownloader() {
void HttpDownloader::startDownload(const string& url, const string& filePath,bool bAppend) {
_filePath = filePath;
if(_filePath.empty()){
_filePath = exeDir() + "/HttpDownloader/" + MD5(url).hexdigest();
_filePath = exeDir() + "HttpDownloader/" + MD5(url).hexdigest();
}
_saveFile = File::createfile_file(_filePath.data(),bAppend ? "ab" : "wb");
if(!_saveFile){
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论