Expand description
std.fs.Dir.makeOpenPath reachable as a module (Zig callers do
bun.makePath / bun.makeOpenPath).
Traits§
- Make
Path Unit - Dispatch trait for
make_path::<T>overu8(POSIX) /u16(Windows). Mirrors Zig’sstd.fs.Dir.makePathtakingOSPathSlice. Extends the canonicalbun_paths::PathCharwith the one syscall-dispatch hook.
Functions§
- make_
open_ path - make_
path bun.makePath—mkdir -prelative todir, generic over path-char width so callers can passOSPathCharslices unchanged.- make_
path_ u16 - Explicit UTF-16 form (Windows). On POSIX transcodes via
make_path_w.