FindFolderByFullPath (open)
Find a folder by its full path
Syntax
LOADLIB "mod::publisher/lib/publisher.whlib";
RECORD FUNCTION FindFolderByFullPath(INTEGER siteid, STRING fullpath)Parameters
INTEGER siteidID of the site to look in
STRING fullpathPath (case-insensitive) of the folder 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 site ID and full path