-
Notifications
You must be signed in to change notification settings - Fork 1
FullPathName
cicada edited this page Dec 7, 2022
·
6 revisions
File, Folder and Read functions FullPathName
- fullPathName(item, folder_or_filename)
fullPathName(item, folder_or_filename) results in the full path name of the folder_or_filename argument in the context of the tree item item argument.
fullPathName() is a session-specific function.
In the GeoDMS use forward slashes(/) in path names in stead of backward slashes.
argument item can be any tree item.
data item or literal folder_or_filename with string value type
5.15
parameter
rootfile :=
fullPathName
(., '%projDir%\cfg\test.dms')
result: rootfile= 'C:/prj/test/cfg/test.dms' (if C:/prj/test is the projdir)
GeoDMS ©Object Vision BV. Source code distributed under GNU GPL-3. Documentation distributed under CC BY-SA 4.0.