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.
2 parents cf5db86 + 74f4fc6 commit 3299939Copy full SHA for 3299939
Sources/TSCBasic/Path.swift
@@ -134,7 +134,7 @@ public struct AbsolutePath: Hashable {
134
/// True if the path is the root directory.
135
public var isRoot: Bool {
136
#if os(Windows)
137
- return _impl.string.withCString(encodedAs: UTF16.self, PathIsRootW)
+ return _impl.string.withCString(encodedAs: UTF16.self, PathCchIsRoot)
138
#else
139
return _impl == PathImpl.root
140
#endif
0 commit comments