• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: forbidden characters in applescript
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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
References: 
 >forbidden characters in applescript (From: "Jan-Bultereys" <email@hidden>)

  • Prev by Date: Re: forbidden characters in applescript
  • Next by Date: Re: forbidden characters in applescript
  • Previous by thread: Re: forbidden characters in applescript
  • Next by thread: Re: forbidden characters in applescript
  • Index(es):
    • Date
    • Thread