fn accessW(path: [*:0]const u16, mode: u32) windows.GetFileAttributesError!void
[src]
Call from Windows-specific code if you already have a UTF-16LE encoded, null terminated string. Otherwise use access
or accessC
. TODO currently this ignores mode
.