isDirectory

Checks if a given GRFFile is a directory.

pure @safe @nogc
bool
isDirectory
(
in ref GRFFile file
)

Parameters

file GRFFile

The GRFFile to check

Return Value

Type: bool

Whether the file is a directory or not

Meta