|
VEngineDeleteCacheInfo Method
|
Deletes all or selected cached files.
Namespace: RCS.Carbon.VariablesAssembly: RCS.Carbon.Variables (in RCS.Carbon.Variables.dll) Version: 9.0.12
Syntax public static int DeleteCacheInfo(
string glob = "*"
)
Parameters
- glob String (Optional)
- Glob pattern of the files to delete. Specify '*' to delete all.
Return Value
Int32Count of files deleted.
See Also