dbsubfolder(
SUBFOLDER
)

The dbsubfolder( function returns the path of a subfolder within the same folder as the current database.


Parameters

This function has one parameter:

subfolder – the desired subfolder. This could be two or more levels deep, in which case each folder name should be separated by / (for compatibility with older versions of Panorama, a colon (:) is also accepted).


Description

This function returns the path of a subfolder within the same folder as the current database.

dbsubfolder("Images") ☞ /Users/johnsmith/My Databases/Images

Note: This function is equivalent to:

folder(folderpath(dbinfo("folder",""))+replace(subfolder,":",info("foldersepchar")))

See Also


History

VersionStatusNotes
10.0No ChangeCarried over from Panorama 6.0.