nvzqz / FileKit

Simple and expressive file management in Swift
https://nvzqz.github.io/FileKit/docs/
MIT License
2.34k stars 208 forks source link

Is there anyway to delete or clear contents of the file? #77

Closed raghavnaphade closed 1 year ago

phimage commented 1 year ago

delete file https://github.com/nvzqz/FileKit/blob/develop/Sources/File.swift#L135 or just write empty string https://github.com/nvzqz/FileKit/blob/develop/Sources/TextFile.swift#L65