Skip to main content

MAX_FILE_ARG_BYTES

Constant MAX_FILE_ARG_BYTES 

Source
const MAX_FILE_ARG_BYTES: usize = _; // 24_576usize
Expand description

Windows caps a process’s command line at 32767 characters. Batches are normally kept far below this to spread work across threads; this is only a backstop for unusually long paths.