Click or drag to resize

ResourceManagerDelete Method (String)

Delete a file.

Namespace:  Kit
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public static bool Delete(
	string fullPath
)
Request Example View Source

Parameters

fullPath
Type: SystemString
Absolute path to the file.

Return Value

Type: Boolean
if the file didn't exist or was successfully deleted, otherwise.
See Also