0
kicks
How to delete, move and copy a single file in c#/VB.NET
In this example, you will see how to delete copy and move a single file from a hard disk using C#/ VB.NET. You can delete copy and move a file using System.IO.File class which is inherited from System.IO.