Scripting Sherlock
Scripting Sherlock
- Subject: Scripting Sherlock
- From: Simon Forster <email@hidden>
- Date: Thu, 07 Dec 2000 11:33:47 +0000
Is it possible to script Sherlock to search a sub-folder for every file
beginning with a tilde (~). This is easy to do in the Finder (see code
snippet below) but is damn slow. Sherlock should be quicker if it's possible
to script it to do this (but I believe it's not possible).
TIA
--Code snippet
repeat with i in (every folder of the entire contents of folder ((name of
startup disk) & ":WebSTAR") whose name begins with "~")
set end of folderList to (i as string)
end repeat
--End code snippet
Simon Forster
________________________________________________
LDML Ltd, 28 Montgomery Road, London, W4 5LZ, UK
<tel int="+44 20 8995 5694" uk="020 8995 5694">
<fax int="+44 20 8995 6013" uk="020 8995 6013">
<
mailto:email@hidden>
________________________________________________