CoreCopy Method
複製檔案
Namespace: eBizprise.FrameworkAssembly: eBizprise.Framework.Core (in eBizprise.Framework.Core.dll) Version: 25.0.3.0+adf38c4ccb2bf98d8ad258a6278302b5e05a94ed
public static void Copy(
string sourcePath,
string sourceName,
string targetPath,
string targetName
)
Parameters
- sourcePath String
- 來源檔案路徑
- sourceName String
- 來源檔案名稱
- targetPath String
- 目的檔案路徑
- targetName String
- 目的檔案名稱
Core.Copy("C:\\Temp\\", "eBizprise.Framework.json", "C:\\Windows\\Temp", "Test.json");
| Date | Version | Description |
|---|
| 2022/06/10 | 2.0.4.0 | 增加複製檔案功能 |
| 2025/09/19 | 25.0.0.0 | 彙整2025年度初版 |