whose name contains space
whose name contains space
- Subject: whose name contains space
- From: Emmanuel <email@hidden>
- Date: Tue, 23 Jan 2001 15:33:45 +0100
Here (OS904AS143SE143) this works:
-------------------------
tell application "Finder" to get first item whose name contains " "
-------------------------
while this does not:
-------------------------
tell application "Finder" to get first item whose name contains space
-------------------------
--> Impossible d'obtenir name whose it contains " ". Acchs non autorisi.
(Can't get name whose it contains " ". Access not allowed.)
Same with tab, but not with return.
The bug is not Finder-specific: it's an AppleScript issue.
Any comment (AS155 etc.) ?
Emmanuel