saoudrizwan / Disk

Delightful framework for iOS to easily persist structs, images, and data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Return URL when saving a file

julianfbeck opened this issue · comments

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

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 :)