Click or drag to resize
AkFileCacheExists Method (String, Boolean)
确定指定的文件缓存是否存在。

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

Parameters

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

Return Value

Type: Boolean
See Also