FindFolder (open)

Find a folder by its ID

Syntax

LOADLIB "mod::publisher/lib/publisher.whlib";

RECORD FUNCTION FindFolder(INTEGER folderid)

Parameters

INTEGER folderid

Folder ID to look for

Return value

RECORD

The 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.