// 複製操作
        private void copyTo_Btn_Click(object sender, RoutedEventArgs e)
        {
            String newPath = folderPath.Text.ToString();

            GloableObject.copyTo(GloableObject.img_path, newPath);
        }