Category
Creo Parametric TOOLKIT fundamentals
, Object
ProToolkit
Function ProToolkitApplExecPathGet
Description
Retrieves the
exec_path
information.
Synopsis
#include <
ProUtil.h
>
ProError
ProToolkitApplExecPathGet
(
ProPath
exec_path
/* (Out)
The path and the name of the executable where the
exec_file
is located
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully retrieved the information.
PRO_TK_BAD_INPUTS
The
text_path
argument is NULL
Manual References:
Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions
Core: Utilities: Registry File Data
Core: Utilities: Registry File Data
Sample Code References:
pt_examples ( TestMain.c )
pt_install_cxx ( TestInstall.cxx )
pt_install_test ( TestInstall.c )
pt_userguide ( UgFileEdit.c )