Re: NSFileManager miscount
Re: NSFileManager miscount
- Subject: Re: NSFileManager miscount
- From: Sherm Pendley <email@hidden>
- Date: Tue, 11 Mar 2003 14:41:01 -0500
On Tuesday, March 11, 2003, at 02:21 PM, John Stokes wrote:
will report the directory count as 4, even though a command line ls -l
reports only 3 files.
"ls -l" doesn't list hidden files - that is, files with names that begin
with a ".".
Try using "ls -la" instead - the a means "all files, including hidden."
sherm--
Thus spake the master programmer:
"A well-written program is its own heaven; a poorly-written program is
its own hell."
-- The Tao of Programming
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.