FlexibleFileQueue.exists

Checks whether a file and the associated index file exist at the specified path.

Note that this function allocates on every call! It is only intended to be called during application startup.

class FlexibleFileQueue
static
bool
exists

Parameters

path cstring

path to check (".index" is appended to check for the corresponding index file)

Return Value

Type: bool

true if the specified file and index file exist

Meta