Improved documentation; Fixes #12

This commit is contained in:
Max Howell
2019-01-25 18:17:13 +00:00
parent b613449232
commit 4b16dac3bf
11 changed files with 181 additions and 127 deletions

View File

@@ -1,6 +1,8 @@
import Foundation
public extension Path {
//MARK: File Management
/**
Copies a file.
- Note: `throws` if `to` is a directory.