Re: What to do?
Re: What to do?
- Subject: Re: What to do?
- From: Lukasz Kuczborski <email@hidden>
- Date: Fri, 22 Feb 2002 16:32:50 +0100
thx Andrew...i will try that.
>
>
>
> 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.