I am working on a Project Called "Computer Scanner", till now i am done with coding in order to scan a Particular Folders and Files.Eventually, i have coded to scan my Hard Drive (C:\\, D:\\) as well so now, When i debug my project in order to scan my computers Hard Drives its giving me an error
"Access to the path 'D:\System Volume Information\' is denied."
So i wants to get rid of this Error, After studing about this error from internet i got to know that these folders "System volume Information" creates when we create partition in our computers hard drives so it contain some Windows information so i would not be able to delete it.
So plz help me to scan these folders as well,,
Thanks in Advance

Deepak VermaPosted Nov 28, 2012, 1:30 AM
It's a long time when I had the same problem. These are Windows XP days. Normally, you can't access this system folder. But there was a trick to do it.
- Enable Sharing to this folder (Got an error, but worked).
For more information go to http://support.microsoft.com/kb/309531This is the manual process. It may give you any idea of automation for the same.