maximumPathLength top-level constant
int
const maximumPathLength
In the Windows API, the maximum length for a path is MAX_PATH, which is defined as 260 characters.
Implementation
const maximumPathLength = 260;