Click or drag to resize
GameFilesDeleteFile Method
Delete an existing file.

Namespace:  GeonBit.Managers
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void DeleteFile(
	string filePath
)

Parameters

filePath
Type: SystemString
File to delete.
See Also