CoreGetFiles Method
取得檔案清單
Namespace: eBizprise.FrameworkAssembly: eBizprise.Framework.Core (in eBizprise.Framework.Core.dll) Version: 26.0.0.0+6e92afb880fa099fdfe407c9aa8d1b17eaaf3625
public static List<string> GetFiles(
string path
)
- path String
- 路徑
ListStringList<string>
Core.GetFiles("C:\\Temp\\").ForEach(fileName => {
...
});
| Date | Version | Description |
|---|
| 2020/04/20 | 1.0.2.0 | 增加檔案及文字編碼處理功能 |
| 2025/09/19 | 25.0.0.0 | 彙整2025年度初版 |