Search Mac Software Downloads
|
  Main   Members
User "quasimodo" Profile
user image
About Glenn
Real Name:Glenn Brooks 
Last Login:13 Oct 2009 00:19
Posts:1
Recent Downloads:
  1. DataLore
  2. qwikALERT Widget
  3. ClipMenu
  4. Back-In-Time
  5. Duplicate Annihilator
  6. CallitADay
  7. MacJournal
User Reviews


icon
Houdini
Oct 12 2008

QUASIMODO  Bug: When I click the Toggle File Visibility button, I get an AppleScript Error: "The variable zerothchoice is not defined. (-2753)".

Annoyance: When I click the Hide file button and select a file to hide, it does indeed disappear, with an alert that I will be able to view the file only through the Houdini application. What the alert does not say is that the file is renamed with an leading period, a piece of information that is crucial to finding the file again. This app could really use a Help file or at least some documentation.  
(Version 2.1)

praisebury
0
[ 1 Reply - Reply ]
Replies:


icon
Houdini
Apr 23 2009

GFUNK  @QUASIMODO I don't think you're aware of the way unix works exactly. All "hidden" files begin with a period. You do not need Houdini to see "hidden" files it is just a way to look at the various directories with a GUI. you can open Terminal and go to the directory you want type the command ls -a ls is your list files and then -a is your option to show "hidden" files also. Remember unix is case sensitive so -a & -A are two different things. you can also go into Terminal and type this command which will allow you to see all hidden files from within the Finder:

defaults write com.apple.finder AppleShowAllFiles TRUE

then type the next command to restart the Finder so your change will take effect

killall Finder

Now you will be able to see all hidden files from within the Finder, you will know which directories are hidden as they will all begin with a period. This will stay this way even if you log out or what not so you will have to retype the command again to change back to default. For you to go back to default run the same command above just replace TRUE with the word FALSE, remember everything is case sensitive and must be typed exactly letter for letter. Hope this helps you out, and really if you run these commands you do not even need Houdini you can just use Terminal. Also you do not have to retype the commands each time you need to use it if you do not want to. Just open terminal and hit the up arrow on your keyboard and that will toggle through your previous commands issued. just keep hitting up until you find the text you want. Alrighty well good luck and hope this helps you out.  
(Version 3.0)

praisebury
0


The opinions expressed in the reviews are not necessarily those of MacUpdate.
MacUpdate waives any legal binding related to the comments and opinions expressed in the reviews.
Please contact MacUpdate politely if you wish for a comment to be reviewed by MacUpdate for removal.