FindFile (open)
Find a file by its ID
Syntax
LOADLIB "mod::publisher/lib/publisher.whlib";
RECORD FUNCTION FindFile(INTEGER fileid)Parameters
INTEGER fileidFile ID to look for
Return value
RECORDThe requested file record, or a non-existing record if the file does not exist
Description
Retrieve a file record from the FILES table, based on its ID.