File.Copy 檔案複製 從A給他COPY到B去
檔案路徑寫在設定檔裡,檔案位置改了的話,去config設定檔改就好
private void Form1_Load(object sender, EventArgs e)
{
string FilesName = Properties.Settings.Default.sourcefile;
File.Copy(FilesName, Properties.Settings.Default.purposefile, true);
this.Close();
}
沒有留言:
張貼留言