M Munna Jun 15, 2008 #3 Hi, try this... System.IO.File.GetLastWriteTime("Path of the File"); System.IO.File.GetLastWriteTime(Server.MapPath("somefile.xml")) Best of luck Munna www.munna.shatkotha.com www.munna.shatkotha.com/blog www.shatkotha.com
Hi, try this... System.IO.File.GetLastWriteTime("Path of the File"); System.IO.File.GetLastWriteTime(Server.MapPath("somefile.xml")) Best of luck Munna www.munna.shatkotha.com www.munna.shatkotha.com/blog www.shatkotha.com
E Elliot Jun 16, 2008 #4 Thanks for your idea. Is it useful for the files located on the Internet, not locally?