Click or drag to resize

VEngineDeleteCacheInfo Method

Deletes all or selected cached files.

Namespace: RCS.Carbon.Variables
Assembly: RCS.Carbon.Variables (in RCS.Carbon.Variables.dll) Version: 9.0.12
Syntax
C#
public static int DeleteCacheInfo(
	string glob = "*"
)

Parameters

glob  String  (Optional)
Glob pattern of the files to delete. Specify '*' to delete all.

Return Value

Int32
Count of files deleted.
See Also