Skip to content

FullPathName

mtbeek32 edited this page Feb 20, 2024 · 6 revisions

File, Folder and Read functions FullPathName

syntax

  • fullPathName(item, folder_or_filename)

definition

fullPathName(item, folder_or_filename) results in the full path name of the folder_or_filename argument in the context of the item argument.

In the GeoDMS use forward slashes(/) in path names in stead of backward slashes.

applies to

example

parameter<string> rootfile := fullPathName(., '%projDir%\cfg\test.dms')

result: rootfile= 'C:/prj/test/cfg/test.dms' (if C:/prj/test is the projdir)

Clone this wiki locally