TWRDownloadManager icon indicating copy to clipboard operation
TWRDownloadManager copied to clipboard

No easy to access the downloaded files

Open aelam opened this issue 7 years ago • 1 comments

Don't know which method I can get my downloaded files (with URL or something) and the fileIdentifier is confusing, not sure if it's the URL or file name or something else

aelam avatar Aug 21 '17 13:08 aelam

If you use URL to download, you can use { - (NSString *)localPathForFile:(NSString *)fileIdentifier }, the fileIdentifier is urlString, the return value is the path of downloaded files

starLover avatar Sep 25 '17 07:09 starLover