Is there anyway to delete or clear contents of the file?
raghavnaphade opened this issue · 1 comments
raghavnaphade commented
Is there anyway to delete or clear contents of the file?
phimage commented
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