Re: How can i do? ..... release 2
Re: How can i do? ..... release 2
- Subject: Re: How can i do? ..... release 2
- From: rhyme <email@hidden>
- Date: Sat, 05 Jan 2002 12:17:18 +0100
It doesn't work !!
it give me a key form error ??
why ?
>
Da: "Sandeep Waghmode" <email@hidden>
>
Organizzazione: Tata Elxsi
>
Data: Fri, 04 Jan 2002 16:46:57 +0530
>
A: AppleScriptUsers <email@hidden>
>
Oggetto: Re: How can i do? ..... release 2
>
>
You can use a code like this one:
>
>
tell application "Finder"
>
if "CompletePathNameOf theFileToBeSearched" exists then
>
<Do what you want>
>
end if
>
end tell
>
>
Eg:
>
tell application "Finder"
>
if "HardDisk:readme.rtf" exists then
>
Display Dialog "File Exists"
>
end if
>
end tell
>
>
Sandeep
>
>
>
rhyme wrote:
>
>
> How can i ask Finder if exist a file in a directory ??
>
> _______________________________________________
>
> applescript-users mailing list | email@hidden
>
> Help/Unsubscribe/Archives:
>
> http://www.lists.apple.com/mailman/listinfo/applescript-users
>
> Do not post admin requests to the list. They will be ignored.
>
_______________________________________________
>
applescript-users mailing list | email@hidden
>
Help/Unsubscribe/Archives:
>
http://www.lists.apple.com/mailman/listinfo/applescript-users
>
Do not post admin requests to the list. They will be ignored.