Horje
Copy file Code Example
Copy file
using System;
using System.IO;

var source = @"C:\Users\Jano\Documents\words.txt";
var destination = @"C:\Users\Jano\Documents\words_bck.txt";

File.Copy(source, destination);
Console.WriteLine("File copied");
Source: zetcode.com




Csharp

Related
c# datagridview count value Code Example c# datagridview count value Code Example
vb.net datagridview set row index Code Example vb.net datagridview set row index Code Example
calculate time difference with now in flutter Code Example calculate time difference with now in flutter Code Example
how to check if time is between two timespans in c# Code Example how to check if time is between two timespans in c# Code Example
if else c# Code Example if else c# Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8