add missing errors to std.os.windows.CreateDirectoryError
This commit is contained in:
@@ -591,6 +591,8 @@ pub const CreateDirectoryError = error{
|
||||
FileNotFound,
|
||||
NoDevice,
|
||||
AccessDenied,
|
||||
InvalidUtf8,
|
||||
BadPathName,
|
||||
Unexpected,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user