• 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: How can I differentiate a jump drive folder from a HD folder of the same name?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How can I differentiate a jump drive folder from a HD folder of the same name?


  • Subject: Re: How can I differentiate a jump drive folder from a HD folder of the same name?
  • From: KOENIG Yvan <email@hidden>
  • Date: Fri, 10 Sep 2010 20:44:45 +0200

May you try with this code :


tell application "System Events"
set diskList to every disk
set d to 0
repeat with ref_to_disk in diskList
set d to d + 1
tell ref_to_disk
set nm to name as text
set dn to displayed name as text
set ej to ejectable as text
end tell
display dialog (d as text) & return & nm & return & dn & return & ej
end repeat
end tell

Yvan KOENIG (VALLAURIS, France) vendredi 10 septembre 2010 20:44:38


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden

References: 
 >Re: How can I differentiate a jump drive folder from a HD folder of the same name? (From: Jim Brandt <email@hidden>)

  • Prev by Date: Re: How can I differentiate a jump drive folder from a HD folder of the same name?
  • Next by Date: Re: How can I differentiate a jump drive folder from a HD folder of the same name?
  • Previous by thread: Re: How can I differentiate a jump drive folder from a HD folder of the same name?
  • Next by thread: Re: How can I differentiate a jump drive folder from a HD folder of the same name?
  • Index(es):
    • Date
    • Thread