triniwiz / nativescript-downloader

Apache License 2.0
32 stars 18 forks source link

fs.File.exists(path) returns false on iOS #17

Closed FranciZ closed 6 years ago

FranciZ commented 6 years ago

Checking the fs.File.exists(path) on iOS after download returns false though the file is available if I load the image form the path. Is there some specific way to check if file exists here?

Thanks!

FranciZ commented 6 years ago

Never mind, issue on my end.