<[EMAIL PROTECTED]> wrote:
> Does anyone have any (preferably) simple code that qualifies apps
> vs.folders?
You can use my plugins:
dim l as LaunchServicesItemInfoMBS
dim f as FolderItem
const kLSRequestAppTypeFlags=8
'f=DesktopFolder
f=ApplicationsFolderMBS(0).Child("Mail.app")
l=f.LaunchServicesItemInfoMBS(kLSRequestAppTypeFlags)
if l.IsApplication then
MsgBox "Is Application!"
else
MsgBox "Is not Application!"
end if
gruß
Christian
--
Around eleven thousand functions in one REALbasic plug-in.
The Monkeybread Software Realbasic Plugin v6.4. Now universal!
<http://www.monkeybreadsoftware.de/realbasic/plugins.shtml>
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>