Appkit 基础类库
Appkit 基础类库
Appkit.IO
AkFileInfo Class
AkFileInfo Methods
Exists Method
FromNode Method
GetExtension Method
GetFileName Method
GetFilePath Method
GetImageHeight Method
GetImageWidth Method
GetLastWriteTime Method
GetSize Method
ListToXml Method
New Method
Parse Method
ParseList Method
SetExtension Method
SetFileName Method
SetFilePath Method
ToNode Method
ToXml Method
AkFileInfo
Parse Method
XML转化为文件信息。
Namespace:
Appkit.IO
Assembly:
Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
Copy
public
static
AkFileInfo
Parse
(
string
xml
)
Parameters
xml
Type:
System
String
XML字符串。
Return Value
Type:
AkFileInfo
文件信息。
See Also
Reference
AkFileInfo Class
Appkit.IO Namespace