Re: What to do?
Re: What to do?
- Subject: Re: What to do?
- From: Andrew Mortensen <email@hidden>
- Date: Fri, 22 Feb 2002 10:25:03 -0500 (EST)
>
while(pname = [direnum nextObject])
>
{
>
if(isFile) // <- What should i insert here, so it would work????
Look at NSWorkspace's getInfoForFile:application:type:. Call it, and if
the constant it returns is NSPlainFileType, load it into your table.
andrew
_______________________________________________
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.
References: | |
| >What to do? (From: Lukasz Kuczborski <email@hidden>) |