CoreGetFiles Method

取得檔案清單

Definition

Namespace: eBizprise.Framework
Assembly: eBizprise.Framework.Core (in eBizprise.Framework.Core.dll) Version: 26.0.0.0+6e92afb880fa099fdfe407c9aa8d1b17eaaf3625
C#
public static List<string> GetFiles(
	string path
)

Parameters

path  String
路徑

Return Value

ListString
List<string>

Example

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

Revision History

DateVersionDescription
2020/04/201.0.2.0增加檔案及文字編碼處理功能
2025/09/1925.0.0.0彙整2025年度初版

See Also