To show a hidden file:
1 |
chflags nohidden path/to/file |
To hide a file:
1 |
chflags hidden path/to/file |
To show a hidden file:
1 |
chflags nohidden path/to/file |
To hide a file:
1 |
chflags hidden path/to/file |