-
Notifications
You must be signed in to change notification settings - Fork 1
Storage_name
mtbeek32 edited this page Feb 20, 2024
·
7 revisions
File, Folder and Read functions storage_name
- storage_name(item_with_storage)
storage_name(item_with_storage) results in a string parameter with the value of the StorageName property configured for the item_with_storage.
Folders and Placeholders are expanded in the result.
- data item item_with_storage with a configured storage.
1. attribute<uint8> griddata (GridUnit): StorageName = "%projdir%/data/testgrid.asc";
2. parameter<string> storage_name := storage_name(griddata);
result: storage_name = 'c:/prj/tst/data/testgrid.asc'
GeoDMS ©Object Vision BV. Source code distributed under GNU GPL-3. Documentation distributed under CC BY-SA 4.0.