Actions
Feature #5974
closedAccess PC_NAME_MAX and PC_PATH_MAX values
Feature #5974:
Access PC_NAME_MAX and PC_PATH_MAX values
Status:
Rejected
Assignee:
-
Target version:
-
Description
Hi,
In order to construct file names that don't raise Errno::ENAMETOOLONG, I'd like to be able to access PC_NAME_MAX and PC_PATH_MAX from pathconf given a particular directory object.
I've attached a patch which exposes both of these values on a Dir object.
Files
Actions