makeabsolutepath
PATH
,
ABSOLUTEPATH

The makeabsolutepath statement converts a relative path (relative to the current database) to an absolute path.


Parameters

This statement has two parameters:

path – Original path, which may be absolute (includes drive name) or relative to the current database. The path may also include a file name.

absolutepath – Absolute path.


Description

This statement converts a relative path (relative to the current database) to an absolute path. It first checks to see if the path is already an absolute path. Note: There is no guarantee that the specified path actually exists!

This example will create a path to the Images folder that is in the same folder as the current Panorama database.

makeabsolutepath "Images:",imagePath

History

VersionStatusNotes
10.0No ChangeCarried over from Panorama 6.0.