I'll try keep it simple:
I was hiding my second movie folder in Terminal from Plex using the command:
I som how managed to make a new folder and used the same command again. Now when i try to unhide it with this command:
Only the empty folder appears. I tried to delete the empty folder and rund the command again, but then I only get
.
Also tried to show hidden files in finder ( with this command:
), but the folder don't show up. 
I'll gladly give a cookie to the one who helps me!
I was hiding my second movie folder in Terminal from Plex using the command:
Code:
mv /Users/tsm121/movies/movies2 /Users/tsm121/movies/.movies2
I som how managed to make a new folder and used the same command again. Now when i try to unhide it with this command:
Code:
mv /Users/tsm121/movies/.movies2 /Users/tsm121/movies/movies2
Only the empty folder appears. I tried to delete the empty folder and rund the command again, but then I only get
Code:
No such file or directory
Also tried to show hidden files in finder ( with this command:
Code:
defaults write com.apple.finder AppleShowAllFiles TRUE
I'll gladly give a cookie to the one who helps me!
Last edited: