Poof it's Gone
路
OK, I’m only really posting this cause I need it and I just want to put it somewhere to remember it. 馃槈 To make a file or folder invisible issue the following from the CLI. [applescript] SetFile -a V path/to/fileOrFolder [/applescript] To make it visible again… [applescript] SetFile -a v path/to/fileOrFolder [/applescript] That’s it. This…