«this script creates an folder full of aliases to all applications in the folder you specify
on fileIsApp (filePath) «return true if the file is an application
return (file.type (filePath) == 'APPL')
local (folder)
if file.getFolderDialog ("Select folder to gather application aliases from.", @folder)
samples.basicStuff.aliasGatherer (folder + "aliases:", folder, @fileIsApp)
This page was last built on Sat, Aug 16, 1997 at 6:32:43 PM. You can download the current set of sample scripts from our FTP site. Dave |