I can see hidden files, but cannot see superhidden.

link|improve this question
This has absolutely nothing to do with Delphi. – Andreas Rejbrand Jan 24 at 7:40
feedback

closed as off topic by ataylor, casperOne Jan 25 at 19:27

Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.

2 Answers

This is not a Delphi setting or an OpenDialog setting. It's a Windows shell setting that the user can configure for herself, and you certainly shouldn't go messing with it.

If you want to change it on your own machine so that these files are visible, you can follow these steps:

  1. Open Control Panel.
  2. Open the Folder Options control panel.
  3. Switch to the "View" tab.
  4. Clear the check box labeled "Hide protected operating system files (Recommended)".
  5. Click OK.

link|improve this answer
Thanks, but i'm don't need stupid way to do it. – user1166475 Jan 30 at 18:57
I know in secret options of opendialog exist way to do it. – user1166475 Jan 30 at 19:06
@user: Nope, there's no secret. – Cody Gray Jan 31 at 4:28
feedback

There's an excellent answer to this question at Raymond Chen's blog: When people ask for security holes as features: Hiding files from Explorer.

link|improve this answer
1  
Raymond's article discusses a slightly different issue. It explains why there is no file attribute to make a file hidden irrespective of user preferences. – David Heffernan Jan 24 at 8:04
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.