Defile.remove

A wrapper for PHYSFS_delete.

Deletes a file or directory from the physical file system. See the documentation for PHYSFS_delete for details.

struct Defile
static
void
remove
(
string path
)

Parameters

path
Type: string

The relative path in the virtual file system to the file or directory to delete.

Throws

DefileException if an error occurs.

Meta