- Procedure CaseCreate(case\_path, case)
CaseCreate
The procedure CaseCreate
creates a new case node in the Data
Management tree. The name of the case and the folder in which it is
created is given as an argument to the function.
CaseCreate(
case_path, ! (input) scalar string expression
case ! (output) element parameter into AllCases
)
Arguments
Return Value
The procedure returns 1 if the case is created successfully. It returns 0 if the case could not be created or if the case already exists.
Note
This function is only applicable if the project option
Data_Management_style
is set toSingle_Data_Manager_file
.If the specified path contains folders that do not exist, then these folders are created automatically. To check whether a specific case path already exists you can use the function
CaseFind
.If the option
Data_Management_style
is set todisk_files_and_folders
there is no valid replacement.
See also
The procedures CaseFind
, CaseDelete
.