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

如果指定的文件缓存不存在,则尝试自动加载。

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
)

Parameters

path
Type: SystemString

Return Value

Type: AkFileCache
See Also