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