BytePath import { BytePath } from "destack:fs/binding"; Byte-oriented host path. export struct BytePath { kind: "bytes"; bytes: PathBytes; } language/library/src/fs/binding/path.ds:14:19 Members kind: "bytes" Path representation tag. bytes: PathBytes Raw path bytes.