CoreDirectoryExists Method

資料匣是否存在

Definition

Namespace: eBizprise.Framework
Assembly: eBizprise.Framework.Core (in eBizprise.Framework.Core.dll) Version: 26.0.0.0+6e92afb880fa099fdfe407c9aa8d1b17eaaf3625
C#
public static bool DirectoryExists(
	string path
)

Parameters

path  String
資料匣路徑

Return Value

Boolean
bool

Example

C#
bool isDirectoryExist = Core.DirectoryExists("C:\Temp");

Revision History

DateVersionDescription
2020/05/211.0.6.0增加資料匣/檔案是否存在
2025/09/1925.0.0.0彙整2025年度初版

See Also