Skip to content

CREATE_ATTRPROF_DIRECTORY ​

CREATE_ATTRPROF_DIRECTORY creates a new attribute profile directory with the name apdirname. Optional it is created as a subdirectory of superapdirid.

Syntax ​

leo-grammar
CC "Core" CREATE_ATTRPROF_DIRECTORY apdirname:strValue [superapdirid:id] .


# --> RESULT ecode:intValue apdirid:idValue.
CC "Core" CREATE_ATTRPROF_DIRECTORY apdirname:strValue [superapdirid:id] .


# --> RESULT ecode:intValue apdirid:idValue.

Parameters ​

  • apdirname (strValue) - the directory name is specified in apdirname.
  • superapdirid (idValue) - the super directory is specified in superapdirid.

Returns ​

  • ecode (intValue) - the result ecode is set to zero if function succeeded and to a non zero value if failed.
  • apdirid (idValue) - the result apdirid contains the id of the new created attribute profile directory.

Details ​

See Also ​

DELETE_ATTRPROF_DIRECTORY

Examples ​

Versions and Changes ​

Available since ADOxx 1.3