Swift51.com
Swift 头像
Swift  2016-05-28 23:46

Swift 路径操作类库 PathKit

回复:0  查看:3939  感兴趣:8  赞:0  

PathKit 是 Swift 中便捷的路径操作类库。

示例代码:

//使用
let path = Path("/usr/bin/swift")

//路径添加
let path = Path("/usr/bin") + Path("swift")

相关开源代码