Hi there,
I am planning to make script for hide/show folders in windows explorer. This is the pseudo code
1. User selectes a folder in windows explorer
2. In the right click context menu, he can see an option named "Hide this folder"
3. If he chooses that option, then my script starts working
4. First, it will collect the full path and name of the folder.
5. Then it will change the file attrib with the FileSetAttrib() function.
I don't know how to do the step 4. Please help. Thanks in advance