Re: [AS] repeat with dans le Finder

Page principale
Supprimer ce message
Répondre à ce message
Auteur: KOENIG Yvan
Date:  
À: La liste AppleScript Francophone
Sujet: Re: [AS] repeat with dans le Finder

Le 14 avr. 2008 à 10:03, Jill-Jênn VIE a écrit :
> tell application "Finder"
>     set jee to folder "jee" of desktop
>     repeat with i in (files of jee)
>         name of i
>     end repeat
> end tell



Bonjour

ça fonctionne parfaitement si on ajoute un bon vieux get des familles.

tell application "Finder"
    set jee to folder "jee" of desktop
    repeat with i in (get files of jee) -- <<<<<<<<<<<<<<<
        name of i
    end repeat
end tell

Yvan KOENIG
_______________________________________________
Applescript_fr mailing list
Applescript_fr@???
http://listes.patpro.net/mailman/listinfo/applescript_fr