FileHelperGetFileAttibe Method | Helper帮助文档 |
获取指定文件详细属性
Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static string GetFileAttibe( string filePath )
Public Shared Function GetFileAttibe ( filePath As String ) As String
public: static String^ GetFileAttibe( String^ filePath )
static member GetFileAttibe : filePath : string -> string
Parameters
- filePath
- Type: SystemString
文件详细路径
Return Value
Type: String[Missing <returns> documentation for "M:HD.Common.FileHelper.GetFileAttibe(System.String)"]
See Also