CoreCopy Method

複製檔案

Definition

Namespace: eBizprise.Framework
Assembly: eBizprise.Framework.Core (in eBizprise.Framework.Core.dll) Version: 25.0.3.0+adf38c4ccb2bf98d8ad258a6278302b5e05a94ed
C#
public static void Copy(
	string sourcePath,
	string sourceName,
	string targetPath,
	string targetName
)

Parameters

sourcePath  String
來源檔案路徑
sourceName  String
來源檔案名稱
targetPath  String
目的檔案路徑
targetName  String
目的檔案名稱

Example

C#
Core.Copy("C:\\Temp\\", "eBizprise.Framework.json", "C:\\Windows\\Temp", "Test.json");

Revision History

DateVersionDescription
2022/06/102.0.4.0增加複製檔案功能
2025/09/1925.0.0.0彙整2025年度初版

See Also