Quantcast
Channel: w3courses.com - C#
Viewing all articles
Browse latest Browse all 6

Rename a File on the Disk or Local File System using C#

$
0
0

The following code will rename a file called temp.txt to tempnew.txt

using System.IO;

read more


Viewing all articles
Browse latest Browse all 6

Trending Articles