 | DirExExists 方法 |
Sweet 开发框架
检测指定目录是否存在
命名空间:
Sweet.Common
程序集:
Sweet.Common (在 Sweet.Common.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public static bool Exists(
string dir
)
Public Shared Function Exists (
dir As String
) As Boolean
static member Exists :
dir : string -> bool
参数
- dir
- 类型:SystemString
目录的绝对路径
返回值
类型:
Boolean结果
参见