Defile.exists

A wrapper for PHYSFS_exists.

struct Defile
static
bool
exists
(
string filePath
)

Parameters

filePath
Type: string

a fileName or relative file path for which to search in the virtual file system search path.

Return Value

Type: bool

true if the given path exists anywhere in the PhysicsFS search path and false if it does not.

Meta