• 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: Selecting files of type zip
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Selecting files of type zip


  • Subject: Re: Selecting files of type zip
  • From: Axel Luttgens <email@hidden>
  • Date: Thu, 16 Apr 2009 13:49:09 +0200

Le 16 avr. 09 à 13:20, Sutapalli Satyanarayana a écrit :


I am using the following statement to display a file choose dialog, where user is permitted to select only zip files. But "ZIP" is not a valid file type. Can some one tell me what is the valid type for ZIP files.

Hello Satyam,

Even if "info for" from Standard Additions tends to be obsoleted, I nevertheless lazily ran

	info for (choose file)

from Script Editor and selected a zipped file created with the Finder's "Compress..." menu item.

Here's an excerpt of the returned record:

{ ... kind:"Archive dans un fichier ZIP", file type:" file creator:" type identifier:"public.zip-archive", ... }

It might prove useful to experiment with various zip files so as to catch every possible cases.


set theItems to POSIX path of (choose file with prompt "Select an zip file:" of type {"ZIP"} default location (path to desktop))

As suggested by above result, this one works here:

	choose file of type {"public.zip-archive"}

HTH,
Axel _______________________________________________
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: Selecting files of type zip
      • From: Yvan KOENIG <email@hidden>
References: 
 >Copy to list Question (From: Oakley Masten <email@hidden>)
 >Re: Copy to list Question (From: Alexis Gottlieb <email@hidden>)
 >Selecting files of type zip (From: "Sutapalli Satyanarayana" <email@hidden>)

  • Prev by Date: Re: Selecting files of type zip
  • Next by Date: Re: Selecting files of type zip
  • Previous by thread: Re: Selecting files of type zip
  • Next by thread: Re: Selecting files of type zip
  • Index(es):
    • Date
    • Thread