Simple little one this for some reason a clients main Data folder was Hidden, no idea why but some people were obviously complaining that they couldn’t see the folder.

Looking at the folder properties the “Hidden” attribute was greyed out.  Because of this we need to change it using a Command Prompt.

Greyed out ‘Hidden’ attribute:
05_08_2014_003

So to do this, open a command prompt (How to, click here)
05_08_2014_002

Once in the Command Prompt type the following:

H:   (assuming H is the drive letter where the folder is)
attrib –H –S “foldername

This will unhide that folder, if you want to unhide any of the subfolders within it then add the /D /S switches:
Example:  attrib –H –S “foldername /D /S

And there we go, the folder is no longer hidden.
05_08_2014_001

Hope this gets you out of a sticky Quibble.