Yes you can do this, although it is going to require that the asp.net account has the necessary permissions to those drives/folders/files.
For example I can do:
DirectoryInfo dirs = new DirectoryInfo("C:\\");
Response.Write(Convert.ToString(dirs.LastAccessTim e));
Which will return me the last access time of my C Drive from a web application.
hth.
================================================== =========
Read this if you want to know how to get a correct reply for your question:
http://www.catb.org/~esr/faqs/smart-questions.html
================================================== =========
Technical Editor for:
Professional Search Engine Optimization with ASP.NET
http://www.wiley.com/WileyCDA/WileyT...470131470.html
================================================== =========
Why can't Programmers, program??
http://www.codinghorror.com/blog/archives/000781.html
================================================== =========