Click or drag to resize
AkFileCacheFind Method (String, Boolean)
查找指定的文件缓存。

Namespace: Appkit.IO
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public static AkFileCache Find(
	string path,
	bool autoLoad
)

Parameters

path
Type: SystemString
autoLoad
Type: SystemBoolean
确定文件缓存不存在时,是否自动加载。

Return Value

Type: AkFileCache
See Also