We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 211253d commit f1a4abfCopy full SHA for f1a4abf
Sources/Basic/Path.swift
@@ -8,6 +8,8 @@
8
See http://swift.org/CONTRIBUTORS.txt for Swift project authors
9
*/
10
11
+import Foundation
12
+
13
/// Represents an absolute file system path, independently of what (or whether
14
/// anything at all) exists at that path in the file system at any given time.
15
/// An absolute path always starts with a `/` character, and holds a normalized
0 commit comments