Click or drag to resize

cacheSystemgetCacheFilepath Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the full filepath via MD5 algorithm based on instanceID

Namespace:  imbACE.Core.cache
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public static string getCacheFilepath(
	string instanceID,
	folderNode directory,
	string customSubDirectory = ""
)
Request Example View Source

Parameters

instanceID
Type: SystemString
The instance identifier.
directory
Type: folderNode
The directory.
customSubDirectory (Optional)
Type: SystemString

Return Value

Type: String
See Also