fn accessW(self: Dir, sub_path_w: [*:0]const u16, flags: File.OpenFlags) AccessError!void

Same as access except asserts the target OS is Windows and the path parameter is

  • WTF-16 encoded
  • null-terminated
  • NtDll prefixed TODO currently this ignores flags.

Parameters

self: Dir,
sub_path_w: [*:0]const u16,
flags: File.OpenFlags,