saoudrizwan / Disk

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to delete saved file?

mhergon opened this issue · comments

Hi,

How can I delete a file saved with Disk?

Thanks!

See Helper Methods:

try Disk.remove("video.mp4", from: .documents)