fullpath(
PATH
)

The fullpath( function converts a filename or relative path (starting with the : or / symbol) into a full HFS path, including the disk name.


Parameters

This function has one parameter:

path – filename or relative path.


Description

This function converts a filename or relative path (starting with the : or / symbol) into a full HFS path, including the disk name (see Files and Folders to learn more about HFS).

fullpath("myphoto.jpg") ☞ Macintosh HD:Users:tomswift:Databases:myphoto.jpg

Note: This function is equivalent to:

?(thepath contains info("foldersepchar"),?(thepath beginswith info("foldersepchar"),dbpath()+thepath[2,-1],thepath),dbpath()+thepath)

See Also


History

VersionStatusNotes
10.0No ChangeCarried over from Panorama 6.0.