Skip to content

Storage_name

cicada edited this page Dec 7, 2022 · 7 revisions

title: Storage name permalink: /Storage_name/

File, Folder and Read functions storage_name

syntax

  • storage_name(item_with_storage)

definition

storage_name(item_with_storage) results in a string parameter with the value of the StorageName property configured for the item_with_storage.

Placeholders are expanded in the result.

applies to

  • tree item item_with_storage with a configured storage.

since version

5.15

example

attribute  grid_with_testdata (units/grid_testUnit): StorageName = "%projdir%/data/testgrid.asc";   parameter storage_name := storage_name(grid_with_testdata);

result: storage_name = 'c:/geodms/tst/operator/data/testgrid.asc'

see also

Clone this wiki locally