PathKit 是 Swift 中便捷的路径操作类库。
示例代码:
1
//使用
2
let
path = Path(
"/usr/bin/swift"
)
3
4
//路径添加
5
"/usr/bin"
) + Path(
"swift"