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 578586a commit 2bc160bCopy full SHA for 2bc160b
Sources/System/FilePath/FilePathComponents.swift
@@ -78,6 +78,7 @@ extension FilePath.Component {
78
79
/// Whether a component is a regular file or directory name, or a special
80
/// directory `.` or `..`
81
+ @frozen
82
public enum Kind {
83
/// The special directory `.`, representing the current directory.
84
case currentDirectory
0 commit comments