Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
=============== =============== ========
"Paul" <Paul@discussio ns.microsoft.co mwrote in message news:AB9371D3-C6E4-484E-BAF1-861476797FE8@mi crosoft.com...
Hi just wondering if anyone knows how to delete a file on the server from a
web app, using c# vs2005, thanks.
--
Paul G
Software engineer.
Re: Delete a file on the server within a web application
ok thanks, will use a google search first for simple questions like this one.
I ended up using
FileInfo filename = new FileInfo(direct path);
filename.Delete ();
Paul G
Software engineer.
"Juan T. Llibre" wrote:
That question is asked at least 4 times a month here.
>
Please do, at least, a minimal Google search before you post any question :
>
Here's the Google search. The first link returns the answer to your question.
>
>
>
>
Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
=============== =============== ========
"Paul" <Paul@discussio ns.microsoft.co mwrote in message news:AB9371D3-C6E4-484E-BAF1-861476797FE8@mi crosoft.com...
Hi just wondering if anyone knows how to delete a file on the server from a
web app, using c# vs2005, thanks.
--
Paul G
Software engineer.
Comment