| AkFileCacheExists Method (String, Boolean) |
确定指定的文件缓存是否存在。
Namespace: Appkit.IOAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic static bool Exists(
string path,
bool autoLoad
)
Parameters
- path
- Type: SystemString
- autoLoad
- Type: SystemBoolean
确定文件缓存不存在时,是否自动加载。
Return Value
Type:
Boolean
See Also