PC Review


Reply
Thread Tools Rate Thread

Deleting File from HardDrive

 
 
Arvind P Rangan
Guest
Posts: n/a
 
      31st Mar 2004
Hi,
After uploading a file i wish to delete the file which has been uploaded.

Can anyone help me on this.
Or give me links for the available Example.

Thanks
Arvind


 
Reply With Quote
 
 
 
 
Cor
Guest
Posts: n/a
 
      31st Mar 2004
Hi Arvind

IO.File.Delete(fullpathname)

I hope this helps

Cor


 
Reply With Quote
 
Nicholas Paldino [.NET/C# MVP]
Guest
Posts: n/a
 
      31st Mar 2004
Arvind,

You can make a call to the static Delete method on the File class in the
System.IO namespace to do this.

Hope this helps.


--
- Nicholas Paldino [.NET/C# MVP]
- (E-Mail Removed)

"Arvind P Rangan" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> Hi,
> After uploading a file i wish to delete the file which has been uploaded.
>
> Can anyone help me on this.
> Or give me links for the available Example.
>
> Thanks
> Arvind
>
>



 
Reply With Quote
 
Matt Hawley
Guest
Posts: n/a
 
      31st Mar 2004
Hi Arvind,

You should look into the System.IO namespace, specifically the System.IO.File class. It has a static method, called Delete, that takes in a path that will allow you to delete a file.

Matt Hawley, MCAD .NET http://www.eworldui.net Hi,
After uploading a file i wish to delete the file which has been uploaded.

Can anyone help me on this.
Or give me links for the available Example.

Thanks
Arvind



[microsoft.public.dotnet.framework.aspnet]
 
Reply With Quote
 
Herfried K. Wagner [MVP]
Guest
Posts: n/a
 
      31st Mar 2004
* "Arvind P Rangan" <(E-Mail Removed)> scripsit:
> After uploading a file i wish to delete the file which has been uploaded.


'Microsoft.VisualBasic.FileSystem.Kill', 'System.IO.File.Delete'.

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
delete harddrive backup file from harddrive amjjam Windows XP Help 4 2nd Jun 2009 06:54 AM
2nd harddrive file access help =?Utf-8?B?Y2luZHk=?= Windows XP General 1 7th Feb 2005 01:42 AM
Deleting File from HardDrive Arvind P Rangan Microsoft ASP .NET 3 31st Mar 2004 04:02 PM
Deleting File from HardDrive Arvind P Rangan Microsoft C# .NET 3 31st Mar 2004 04:02 PM
deleting unwanted/unused files for harddrive karroll@optonline.net Windows XP Performance 1 19th Nov 2003 05:17 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:16 PM.