DirectoryHelperIsExistFile Method | Helper帮助文档 |
检测指定文件是否存在,如果存在则返回true。
Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static bool IsExistFile( string filePath )
Public Shared Function IsExistFile ( filePath As String ) As Boolean
public: static bool IsExistFile( String^ filePath )
static member IsExistFile : filePath : string -> bool
Parameters
- filePath
- Type: SystemString
文件的绝对路径
Return Value
Type: Boolean[Missing <returns> documentation for "M:HD.Common.DirectoryHelper.IsExistFile(System.String)"]
See Also