Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

move file c#

// Move the file.
//File.Move(from,to)
File.Move(@"c:	empMyTest.txt", @"c:	emp2MyTest.txt");
 
PREVIOUS NEXT
Tagged: #move #file
ADD COMMENT
Topic
Name
4+3 =