測試文字功能,小工具,標題

記錄很重要,不然會浪費很多時間在找以前的記憶

一個人的氣度,決定他未來的高度。

2015年8月31日 星期一

C# File.Copy 檔案複製 從A給他COPY到B去

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();
        }

沒有留言:

張貼留言