Skip to content

PLFile v1.0.5

Choose a tag to compare

@jihoonahn jihoonahn released this 15 Sep 23:18
· 46 commits to main since this release

What's Changed

The plfile usage has been changed.

import File

Usage

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.documents

Library Path and Documents Path Support