Re: Maximum file name length?
Re: Maximum file name length?
- Subject: Re: Maximum file name length?
- From: Uli Kusterer <email@hidden>
- Date: Tue, 15 Nov 2005 11:27:11 +0100
Am 15.11.2005 um 05:51 schrieb Brian Bergstrand:
On Nov 14, 2005, at 9:24 PM, Ryan Britton wrote:
You can't check this programmatically as far as I know. Give this
a shot:
Sure you can:
man pathconf
Specifically, the _PC_PATH_MAX selector.
_PC_NAME_MAX sounds more like it. path would be ((_PC_NAME_MAX +1) * n)
Cheers,
-- M. Uli Kusterer
http://www.zathras.de
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden