Access to the path

H

Hemant

Hi,
I am working in asp.net 2008 . I want to create a application like widow
file search using LINQ.
but While using GelAllFiles in a directory I am getting error .
the error is
""Access to the path 'D:\System Volume Information' is denied"

Thanks,
Hemant
 
A

Alexey Smirnov

Hi,
I am working in asp.net 2008 . I want to create a application like widow
file search using LINQ.
but While using GelAllFiles in a directory I am getting error .
the error is
""Access to the path 'D:\System Volume Information' is denied"

Thanks,
Hemant

This is a system directory to keep restore points. Check directory
name e.g. if dir == "System Volume Information" return; or catch the
exception. I think, this directory is used by XP and Vista only.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top