directory delete
-
hello every buddy i am creating and deleting folder in my site. but my problem is that when ever i delete folder then it work only in Mozilla Firefox not in IE. and 2nt problem is that after deleting folder it logout me like i build the project. my code for delete folder is below- string folderpath = HttpContext.Current.Server.MapPath("folder path"); System.IO.DirectoryInfo di = new System.IO.DirectoryInfo(folderpath); if (di.Exists) { di.Delete(true); }
Rajeev Kr. Sharma VRI Software Pvt.Ltd. New Delhi India HumOnline.com Stay Connected
-
hello every buddy i am creating and deleting folder in my site. but my problem is that when ever i delete folder then it work only in Mozilla Firefox not in IE. and 2nt problem is that after deleting folder it logout me like i build the project. my code for delete folder is below- string folderpath = HttpContext.Current.Server.MapPath("folder path"); System.IO.DirectoryInfo di = new System.IO.DirectoryInfo(folderpath); if (di.Exists) { di.Delete(true); }
Rajeev Kr. Sharma VRI Software Pvt.Ltd. New Delhi India HumOnline.com Stay Connected
-
yes
Rajeev Kr. Sharma VRI Software Pvt.Ltd. New Delhi India HumOnline.com Stay Connected
-
yes
Rajeev Kr. Sharma VRI Software Pvt.Ltd. New Delhi India HumOnline.com Stay Connected
-
i am also surprise.
Rajeev Kr. Sharma VRI Software Pvt.Ltd. New Delhi India HumOnline.com Stay Connected
-
i am also surprise.
Rajeev Kr. Sharma VRI Software Pvt.Ltd. New Delhi India HumOnline.com Stay Connected
The submitted data should also be examined if there is a faulty escaped (encoding).
Vasudevan Deepak Kumar Personal Homepage
Tech Gossips
A pessimist sees only the dark side of the clouds, and mopes; a philosopher sees both sides, and shrugs; an optimist doesn't see the clouds at all - he's walking on them. --Leonard Louis Levinson