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