• 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
Snow Leopard and csv files
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Snow Leopard and csv files


  • Subject: Snow Leopard and csv files
  • From: Yvan KOENIG <email@hidden>
  • Date: Sat, 10 Apr 2010 16:59:23 +0200

Hello

My imac running Snow Leopard  is not at home so I can't check the operating system behaviour.

May you tell me what is returned by this script when it is ran under 10.6.3 ?

set nomDuRapport to "csv_" & (do shell script "date " & quote & "+_%Y%m%d-%H%M%S" & quote) & ".csv"
set dossierSource to path to desktop as text
set cheminDest to dossierSource & nomDuRapport
tell application "System Events"
make new file at end of folder dossierSource with properties {name:nomDuRapport}
end tell -- System Events
write "1,69,14/18,56" to (cheminDest as alias)
set typeId to type identifier of (info for file cheminDest)
set the clipboard to typeId
display dialog "“" & typeId & "” is in the clipboard"

I know that 10.4 and 10.5 return something like dyn.age81u8p4.
I wish to know if Snow behave the same or if it define one like "public.csv"

Thanks in advance.

Yvan KOENIG (VALLAURIS, France) samedi 10 avril 2010 16:58:54


 _______________________________________________
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

  • Follow-Ups:
    • Re: Snow Leopard and csv files
      • From: David Thompson <email@hidden>
    • Re: Snow Leopard and csv files
      • From: Michelle Steiner <email@hidden>
    • Re: Snow Leopard and csv files
      • From: Michelle Steiner <email@hidden>
  • Prev by Date: Re: Monitor Sound Ouput Level via AppleScript?
  • Next by Date: Re: Snow Leopard and csv files
  • Previous by thread: Re: Monitor Sound Ouput Level via AppleScript?
  • Next by thread: Re: Snow Leopard and csv files
  • Index(es):
    • Date
    • Thread