How do i delete a file
C#
3
Posts
3
Posters
0
Views
1
Watching
-
Hi all How do i delete a temporary html file if i store a html file in C:\temp or my html file is: testing.html How do i delete it ? Thank You
-
Hi all How do i delete a temporary html file if i store a html file in C:\temp or my html file is: testing.html How do i delete it ? Thank You
You can use File.Delete method: [^] Nuri
-
Hi all How do i delete a temporary html file if i store a html file in C:\temp or my html file is: testing.html How do i delete it ? Thank You