CoreGetFileInfos Method

取得檔案清單

Definition

Namespace: eBizprise.Framework
Assembly: eBizprise.Framework.Core (in eBizprise.Framework.Core.dll) Version: 25.0.3.0+adf38c4ccb2bf98d8ad258a6278302b5e05a94ed
C#
public static List<FileInfo> GetFileInfos(
	string path
)

Parameters

path  String
路徑

Return Value

ListFileInfo
List<string>

Example

C#
Core.GetFileInfos("C:\\Temp\\").ForEach(fileInfo => {
...
});

Revision History

DateVersionDescription
2021/01/121.0.13.0增加排序檔案清單功能
2025/09/1925.0.0.0彙整2025年度初版

See Also