Unexpected status 'OBJECT_PATH_INVALID' #22178
Labels
bug
Observed behavior contradicts documented or intended behavior
contributor friendly
This issue is limited in scope and/or knowledge of Zig internals.
standard library
This issue involves writing Zig code for the standard library.
Milestone
Zig Version
master
Steps to Reproduce and Observed Behavior
On windows while opening
\\server
file, zig return unexpected status.error.Unexpected NTSTATUS=0xc0000039
Though when opening
\\server\...
im gettingerror.NetworkNotFound
as expected.Expected Behavior
Expected to get back a valid error, like
error.BadPathName
orerror.NetworkNotFound
.The text was updated successfully, but these errors were encountered: