file type in OS X
file type in OS X
- Subject: file type in OS X
- From: Applescript User Lewis <email@hidden>
- Date: Sun, 24 Mar 2002 05:12:31 -0700
tell application "Finder"
set FolderContents to get entire contents of FolderContents
repeat with i from 1 to count FolderContents
set f to item i of FolderContents
set MyFile to name of f as text
if file type of f is not "fold" then
This generates and error in OS X. I'v also tried if (f's file type
is not "fold").
It works in 9. I need to process each file in the folder and then I
process the folders to process their files, etc.
--
___________________________________________________________________________
| applescript@ & "southgaylord.com"| Unix is very user friendly. It's just |
| I frankly do not believe Micro- | picky about who its friends are. |
| soft has the user's interests at | I want a party where all the women wear|
| heart, or even in mind. | new dresses and the men all drink beer.|
---------------------------------------------------------------------------
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.