ResourceFolderManagerUnregister Method AndroidLib - Beatsleigher Edition
Unregisters and removes the temporary resource directory defined in name recursively

Namespace: RegawMOD
Assembly: AndroidLib (in AndroidLib.dll) Version: 1.5.2.0 (1.5.2.0)
Syntax

public static bool Unregister(
	string name
)

Parameters

name
Type: SystemString
Name of resource directory to unregister

Return Value

Type: Boolean
True if deletion succeeds, false if not
Remarks

Make sure all resources in name are not being used by the system at time of Unregister() or it will return false.
See Also

Reference