API 文件集 > Creo Parametric fundamentals > Object ProDirectory > Function ProDirectoryCurrentGet
Function ProDirectoryCurrentGet
Description
Gets the absolute path name of the current working directory for Creo Parametric.
Replacement in Object TOOLKIT:
Synopsis
#include <ProUtil.h>
ProDirectoryCurrentGet
(
ProPath path
/* (Out)
The absolute path name of the current working directory
*/
)
Returns
The function successfully retrieved the information.
The function was unable to find current working directory.
Sample Code References
這是否有幫助?