• 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: Finding invisible files and changing their properties
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Finding invisible files and changing their properties


  • Subject: Re: Finding invisible files and changing their properties
  • From: Ehsan Saffari <email@hidden>
  • Date: Sun, 10 Jun 2001 13:24:27 -0600

On 09/06/2001 23:23, "Paul Fisher" <email@hidden> wrote:

>I am trying to make a couple of temporary filemaker pro files visible, but
>i can't even find the folder they are in... i know it's there, I can see
>it with the program "List Files"
>
>Could some one, assist me in using applescript to make an invisible file
>visible, Please!

try this:

set x to list folder (path to temporary items)
repeat with i in x
set myfile to (((path to temporary items) as text) & i) as alias
make file visible myfile --> File Visibility osax***
tell application "Finder" to move myfile to the desktop
end repeat



***http://www.osaxen.com/index.php3?keywords=visibility

cheers
ehsan


  • Prev by Date: re: iDisk Mounter 1.8
  • Next by Date: Selecting links in Communicator
  • Previous by thread: Re: Finding invisible files and changing their properties
  • Next by thread: how do I access the Finder on a remote machine?
  • Index(es):
    • Date
    • Thread