Hi,
Here is my issue, I needed to see the full path of my folder so I googled it.
I came across the following below and used it:
___________________________________________________________
$ defaults write com.apple.finder _FXShowPosixPathInTitle -bool YES
then
$ osascript -e 'tell app "Finder" to quit'
Then relaunch the Finder from the dock. To undo:
$ defaults write com.apple.finder _FXShowPosixPathInTitle -bool NO
___________________________________________________________
Now the issue I have is that I cannot UNDO the command.
I used terminal to make this happen. Can someone provide me with a quick fix for this? I would like to undo it.
Thanks
Here is my issue, I needed to see the full path of my folder so I googled it.
I came across the following below and used it:
___________________________________________________________
$ defaults write com.apple.finder _FXShowPosixPathInTitle -bool YES
then
$ osascript -e 'tell app "Finder" to quit'
Then relaunch the Finder from the dock. To undo:
$ defaults write com.apple.finder _FXShowPosixPathInTitle -bool NO
___________________________________________________________
Now the issue I have is that I cannot UNDO the command.
I used terminal to make this happen. Can someone provide me with a quick fix for this? I would like to undo it.
Thanks