Part of the Samples Website. 8/16/97.

samples.lists.sample2

«generates a list of files in your Extensions folder
«when we're done, we loop over all the elements of the list
local (folder)
folder = file.getSpecialFolderPath ("", "Extensions", false)
local (extensionsList)
extensionsList = {} «set it to the empty list
fileloop (f in folder) «build the list
extensionsList = extensionsList + file.fileFromPath (f)
local (x)
for x in extensionsList «loop over the elements of the list
msg (x)


This page was last built on Sat, Aug 16, 1997 at 6:42:44 PM. You can download the current set of sample scripts from our FTP site. Dave