Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > fr.comp.sys.mac.programmation > #2036

Re: Afficher le fichier sous Finder en Apple Script ?

From "M.V." <mv@gmail.com.invalid>
Newsgroups fr.comp.sys.mac.programmation
Subject Re: Afficher le fichier sous Finder en Apple Script ?
Date 2021-09-04 18:24 +0000
Organization M.V. & Co
Message-ID <sh0dkc$3gn$1@dont-email.me> (permalink)
References <sgt0cd$jtn$1@dont-email.me> <1pezm7l.3c2nkf1g84f3yN%josephb@nowhere.invalid>

Show all headers | View raw


Le 4 septembre 2021 à 16:16, Joseph-B a tenu les propos suivants :

> la commande *activate* pour le Finder est nécessaire

Pas chez moi (Mojave) et ce qui suit fonctionne comme attendu :
++++++++++
set theFile to "MB Air:Users:admin:Public:Drop Box:adresse concours.rtf"
tell application "Finder"
  reveal file theFile
end tell
++++++++++
-- 
Michel VAUQUOIS - <http://michelvauquois.fr>

Back to fr.comp.sys.mac.programmation | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Afficher le fichier sous Finder en Apple Script ? Souris 8-) <souris@meta-science.fr> - 2021-09-03 11:19 +0000
  Re: Afficher le fichier sous Finder en Apple Script ? josephb@nowhere.invalid (Joseph-B) - 2021-09-04 16:16 +0200
    Re: Afficher le fichier sous Finder en Apple Script ? Souris 8-) <souris@meta-science.fr> - 2021-09-04 14:38 +0000
    Re: Afficher le fichier sous Finder en Apple Script ? Souris 8-) <souris@meta-science.fr> - 2021-09-04 15:08 +0000
      Re: Afficher le fichier sous Finder en Apple Script ? Souris 8-) <souris@meta-science.fr> - 2021-09-04 15:39 +0000
    Re: Afficher le fichier sous Finder en Apple Script ? Souris 8-) <souris@meta-science.fr> - 2021-09-04 17:13 +0000
      Re: Afficher le fichier sous Finder en Apple Script ? josephb@nowhere.invalid (Joseph-B) - 2021-09-04 20:31 +0200
        Re: Afficher le fichier sous Finder en Apple Script ? Souris 8-) <souris@meta-science.fr> - 2021-09-04 19:15 +0000
          Re: Afficher le fichier sous Finder en Apple Script ? josephb@nowhere.invalid (Joseph-B) - 2021-09-05 01:48 +0200
            Re: Afficher le fichier sous Finder en Apple Script ? Souris 8-) <souris@meta-science.fr> - 2021-09-05 09:28 +0000
              Re: Afficher le fichier sous Finder en Apple Script ? josephb@nowhere.invalid (Joseph-B) - 2021-09-05 14:29 +0200
                Re: Afficher le fichier sous Finder en Apple Script ? Souris 8-) <souris@meta-science.fr> - 2021-09-05 12:39 +0000
                Re: Afficher le fichier sous Finder en Apple Script ? Souris 8-) <souris@meta-science.fr> - 2021-09-05 12:42 +0000
                Re: Afficher le fichier sous Finder en Apple Script ? kurtz le pirate <kurtzlepirate@free.fr> - 2021-09-05 18:30 +0200
                Re: Afficher le fichier sous Finder en Apple Script ? Souris 8-) <souris@meta-science.fr> - 2021-09-05 16:42 +0000
                Re: Afficher le fichier sous Finder en Apple Script ? josephb@nowhere.invalid (Joseph-B) - 2021-09-05 20:57 +0200
                Re: Afficher le fichier sous Finder en Apple Script ? Souris 8-) <souris@meta-science.fr> - 2021-09-05 20:11 +0000
    Re: Afficher le fichier sous Finder en Apple Script ? "M.V." <mv@gmail.com.invalid> - 2021-09-04 18:24 +0000
      Re: Afficher le fichier sous Finder en Apple Script ? josephb@nowhere.invalid (Joseph-B) - 2021-09-04 20:48 +0200

csiph-web