PLFile v1.0.5
What's Changed
The plfile usage has been changed.
import FileUsage
let path = Path.home
let folder = try! Folder(path: path)
let file = try! folder.createFile(at: "test.swift")
try! file.write("print(1)")Path Support
Easy access with Path
Path.current
Path.root
Path.library
Path.temporary
Path.home
Path.documentsLibrary Path and Documents Path Support