fn createFileZ(self: Dir, sub_path_c: [*:0]const u8, flags: File.CreateFlags) File.OpenError!File
Same as createFile but the path parameter is null-terminated.
createFile
self: Dir,
sub_path_c: [*:0]const u8,
flags: File.CreateFlags,