Blue Mango Learning Systems GLX Application Framework version 1.2.0 build 1

Printer friendly version

function glxapp_pathFromRecentlyOpenedKey()

DEPRECATED: Given the short file path that for a file that glxapp_recentlyOpened creates this function returns the full path to the file.

function glxapp_pathFromRecentlyOpenedKey pCategory, pKey
Parameters
TypeNameDescription
Simple parameter. pCategory The category to retrieve the list of recently opened files for.
Simple parameter. pKey The short file path.
Description

glxapp_recentlyOpened() (if 2nd param is true) and glxapp_recentlyOpenedMenuText() produce the shortest
unique string for each file in the recent files list. This function converts that short string back into the full file path.

Return

path to file

See also