CoreFileExists Method
檔案是否存在
Namespace: eBizprise.FrameworkAssembly: eBizprise.Framework.Core (in eBizprise.Framework.Core.dll) Version: 25.0.3.0+adf38c4ccb2bf98d8ad258a6278302b5e05a94ed
public static bool FileExists(
string path,
string name
)
- path String
- 檔案路徑
- name String
- 檔案名稱
Booleanbool
bool isFileExist = Core.FileExists("C:\Temp", "test.json");
| Date | Version | Description |
|---|
| 2020/05/21 | 1.0.6.0 | 增加資料匣/檔案是否存在 |
| 2025/09/19 | 25.0.0.0 | 彙整2025年度初版 |