dbFullPath
dbFullPath(d_cellView) =>t_fullPath/ nil
Description
Returns the full path of a cellview.
Arguments
Value Returned
Examples
Get the full path of a cellview through dbFullPath(cellView) and cellview~>fileName, which should yield identical results.
dbFullPath(cellview)
cellview~>fileName
Return to top