saoudrizwan / Disk

Delightful framework for iOS to easily persist structs, images, and data
MIT License
3.08k stars 170 forks source link

How to delete saved file? #68

Closed mhergon closed 5 years ago

mhergon commented 5 years ago

Hi,

How can I delete a file saved with Disk?

Thanks!

saoudrizwan commented 5 years ago

See Helper Methods:

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