mirror of https://github.com/aria2/aria2
Updated doc
parent
33ba91fbc6
commit
5b0a2cb96b
|
@ -182,10 +182,8 @@ public:
|
||||||
void setFileFilter(IntSequence seq);
|
void setFileFilter(IntSequence seq);
|
||||||
|
|
||||||
// Sets file path for specified index. index starts from 1. The
|
// Sets file path for specified index. index starts from 1. The
|
||||||
// index is the same used in setFileFilter(). Please note that path
|
// index is the same used in setFileFilter(). path is not escaped by
|
||||||
// is not the actual file path. The actual file path is
|
// util::escapePath() in this function.
|
||||||
// getDir()+"/"+path. path is not escaped by util::escapePath() in
|
|
||||||
// this function.
|
|
||||||
void setFilePathWithIndex(size_t index, const std::string& path);
|
void setFilePathWithIndex(size_t index, const std::string& path);
|
||||||
|
|
||||||
// Returns true if hash check(whole file hash, not piece hash) is
|
// Returns true if hash check(whole file hash, not piece hash) is
|
||||||
|
|
Loading…
Reference in New Issue