saoudrizwan / Disk

Easily persist structs, images, and data on iOS
MIT License
3.1k stars 171 forks source link

Return URL when saving a file #82

Closed julianfbeck closed 5 years ago

julianfbeck commented 5 years ago

Is there a way I can receive the URL where my file is stored when calling Disk.save(...)?

julianfbeck commented 5 years ago

Nevermind I just found out Disk.url() exists 👍 Still, I think it would be useful to return a URL when saving a file instead of just void :)