erickutcher / httpdownloader

HTTP(S) download manager that uses input/output completion ports (IOCP).
https://erickutcher.github.io/#HTTP_Downloader
571 stars 62 forks source link

Relative "--output-directory" path #272

Open maliayas opened 7 months ago

maliayas commented 7 months ago

Relative --output-directory path can be interpreted relative to the main download directory. Currently if it's relative, it's completely ignored.

erickutcher commented 7 months ago

If you do something like --output-directory /test, then it'll be relative to the program's directory. It can be useful for portable setups.