CoreReadSize Method

讀取檔案大小

Definition

Namespace: eBizprise.Framework
Assembly: eBizprise.Framework.Core (in eBizprise.Framework.Core.dll) Version: 25.0.3.0+adf38c4ccb2bf98d8ad258a6278302b5e05a94ed
C#
public static long ReadSize(
	string path,
	string name
)

Parameters

path  String
檔案路徑
name  String
檔案名稱

Return Value

Int64
long

Example

C#
long configurationSize = Core.ReadSize("C:\\Temp\\", "eBizprise.Framework.json");

Revision History

DateVersionDescription
2022/01/192.0.3.0增加讀取檔案資料流及讀取檔案大小功能
2025/09/1925.0.0.0彙整2025年度初版

See Also