Deprecated; see WindowsPath2
WindowsPath2
pub const WindowsPath = struct
pub const WindowsPath = struct { is_abs: bool, kind: Kind, disk_designator: []const u8, pub const Kind = enum { None, Drive, NetworkShare, }; }