coolerfall / Android-HttpDownloadManager

An useful and effective http/https download manager for Android, support breakpoint downloading.
https://ahdm.coolerfall.com
Apache License 2.0
206 stars 43 forks source link

Set relative destination file path #97

Closed tosam144 closed 12 months ago

tosam144 commented 1 year ago

Is it possible to use my own relative path to store downloads to? I want to save downloads to context.filesDir. I tried to use .relativeFilepath(context.filesDir.absolutePath) but it always falls back to a subdirectly of Downloads. Is there a way to set my own path not under Downloads?

coolerfall commented 1 year ago

Currently not support. You can move the file after completed.