Re: forbidden characters in applescript
Re: forbidden characters in applescript
- Subject: Re: forbidden characters in applescript
- From: yvan-koenig <email@hidden>
- Date: Mon, 10 Jan 2005 15:16:19 +0100
Le 10 janv. 2005 , à 14:58, Jan-Bultereys a écrit :
--set forbidden to "&&< > : " / \ | *?&&"
display dialog forbidden
If I understand well the question,
repeat with temp_file in file_list
set FileName to name of temp_file
if (FileName contains "/") or ¬
(FileName contains "(") or ¬
(FileName contains ")") or ¬
(FileName contains "&") then
display dialog "You are using forbidden character"
end if
end repeat
Yvan KOENIG
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden