Product Site

5.4.17.19. maxPathLength

Returns the maximum allowed file system path length of a fully qualified path including any filename portion.

Example 5.299. RexxInfo class — maxPathLength method
say .RexxInfo~maxPathLength    -- 259  /* e. g. on Windows */
say .RexxInfo~maxPathLength    -- 4096 /* e. g. on Linux */