Function ProMdlDirectoryPathGet
Description
Retrieves path to the directory where the model will be saved. It is the target (not origin) home directory of the model.
Synopsis
#include <ProMdl.h>
ProMdlDirectoryPathGet
(
ProMdl handle
/* (In)
The model handle.
*/
ProPath dir_path
/* (Out)
Path to the directory where the model will be saved.
*/
)
Returns
The function successfully retrieved the information.
The input argument is invalid.
The information could not be obtained.
Sample Code References
User Guide References
Est-ce que cela a été utile ?