PathKit是Swift中超便捷的路径操作。使用let path = Path("/usr/bin/swift")加入路径let path = Path("/usr/bin") + Path("swift")
评论