• 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: File manipulating with FMPro fields
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: File manipulating with FMPro fields


  • Subject: Re: File manipulating with FMPro fields
  • From: "Ray Newton" <email@hidden>
  • Date: Wed, 04 Apr 2001 08:48:31 -0700
  • Organization: tha

Maybe you could use appleScript directly, and avoid the complications of other applications.

set folderPath to "Utopia1:MTS:"
tell application "Finder"
set foundFileList to every item of the entire contents of folder folderPath whose name is searchFileName
end tell

From there you can walk through the foundFileList and check for duplicate file and folder names, check file types, mod dates, etc.


  • Prev by Date: Re: Variable-bridges through scripts
  • Next by Date: Re: [Admin?]
  • Previous by thread: Re: File manipulating with FMPro fields
  • Next by thread: Re: File manipulating with FMPro fields
  • Index(es):
    • Date
    • Thread