Home All Groups Group Topic Archive Search About

How To Use Operating System. E.G.:How To Delete A File On C Disk

Author
25 May 2006 12:11 PM
Christopher Lusardi
I know how to rename a file!

WIth VB, how do I delete a file etc?

Thanks,
Christopher Lusardi

Author
25 May 2006 12:19 PM
Robin Mark Tucker
imports sytem.io

try

    File.Delete ( "C:\ahhh\ohhh\eeeee\aaaaeeee\myfile.poo")

finally

end try

Show quoteHide quote
"Christopher Lusardi" <clusard***@aol.com> wrote in message
news:1148559081.261008.289300@i40g2000cwc.googlegroups.com...
>I know how to rename a file!
>
> WIth VB, how do I delete a file etc?
>
> Thanks,
> Christopher Lusardi
>
Author
25 May 2006 2:29 PM
Herfried K. Wagner [MVP]
"Christopher Lusardi" <clusard***@aol.com> schrieb im Newsbeitrag
news:1148559081.261008.289300@i40g2000cwc.googlegroups.com...
>I know how to rename a file!
>
> WIth VB, how do I delete a file etc?
>
> Thanks,
> Christopher Lusardi
>

--
M S   Herfried K. Wagner
M V P  <URL:http://dotnet.mvps.org/>
V B   <URL:http://classicvb.org/petition/>
Author
25 May 2006 2:29 PM
Herfried K. Wagner [MVP]
"Christopher Lusardi" <clusard***@aol.com> schrieb:
> WIth VB, how do I delete a file etc?

'Kill(<file name>)' or 'System.IO.File.Delete'.

--
M S   Herfried K. Wagner
M V P  <URL:http://dotnet.mvps.org/>
V B   <URL:http://classicvb.org/petition/>