Click or drag to resize
AkObjectGetFilePropInfo Method
获取文件属性信息。

Namespace: Appkit.Data
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public AkFileInfo GetFilePropInfo(
	string propName
)

Parameters

propName
Type: SystemString
属性名称。

Return Value

Type: AkFileInfo
文件信息。
See Also