move file
Published: 21. December 2008 | Updated: 21. December 2008License: Microsoft Public License (MS-PL)
Categories: File system » Files
Tags: C# File System Windows
Import namespace
using System.IO;
Code
File.Move(@"C:\test.txt", @"C:\test2.txt");
| Send us feedback about this snippet » |





