Zig 0.17.0-dev (Split by item)

This is an example of documentation generated by ZigDoc, an alternative to Zig's built-in Auto Doc feature. See also examples in other modes/formats. The project being documented here (as the example) is the Zig library itself.

PATH_MAX_WIDE

The maximum path of 32,767 characters is approximate, because the "\?" prefix may be expanded to a longer string by the system at run time, and this expansion applies to the total length. from https://docs.microsoft.com/en-us/windows/desktop/FileIO/naming-a-file#maximum-path-length-limitation

windows.PATH_MAX_WIDE
pub const PATH_MAX_WIDE = 32767

File

lib/std/os/windows.zig:4522

Code

pub const PATH_MAX_WIDE = 32767