How to hide a file (Hidden files) [Easy]
Welcome....
You will need:
Visual basic
1 Form
1 button.
Add this code to your button
Code:
SetAttr("C:/FILELOCATION.txt", FileAttribute.Hidden)
When u press the button you will hide the file, can only be seen in Show hidden files mode.
Usefull if you need to hide a specific file!