Create a file named .hidden in the directory where you want to hide the files.
List all the file names you want hide in the newly created file .hidden using a text editor. Just the file names, not the path with it.
Save the file.
Refresh/restart Nemo file browser.
DOS CMD – File/Folder Attribute Change
Run –> cmd use the cd command (Change Directory) help for the cd command cd /? in the desired folder, run the command: attrib -r -a -s -h *.* Attrib command is used to add or remove attributes to a file. The attributes include read-only, archive, system, hidden etc. To add an attribute, use a […]