Thank you for posting at Dotnetfunda [Administrator]
if (Directory.Exists(outputpath)) { DirectoryInfo dir = new DirectoryInfo(outputpath); dir.Refresh(); if (!File.Exists(currentfilename)) { FileInfo filinfo = new FileInfo(currentfilename); filinfo.Refresh(); } }
Regards, Lakshmi Naraayanan.S http://dotnettechrocks.blogspot.in/ http://abaprocker.blogspot.com/
Login to post response