- Procedure DataManagerFileGetCurrent(filename)
DataManagerFileGetCurrent
With the procedure DataManagerFileGetCurrent
you can obtain the name
of the current data file.
DataManagerFileGetCurrent(
filename ! (output) a scalar string
)
Arguments
- filename
A string to contain the name of the current data file (relative to the project directory).
Return Value
The procedure returns 1 on success, or 0 otherwise.
Note
This function is only applicable if the project option
Data_Management_style
is set toSingle_Data_Manager_file
.
See also
The procedures DataManagerFileNew
, DataManagerFileOpen
.