| Description |
| Builds a path, given its components. Note: In Creo 3 this function does not support names longer than 80 characters. It will return PRO_TK_BAD_INPUTS for longer names. The support for ProMdlName will be added in a future release. |
| Synopsis |
| #include <ProUtil.h> |
| ProError | ProPathMdlnameCreate | ( |
| ProPath path | |
| /*
(In) |
| The directory path. This argument is optional (can be NULL). |
| */ |
| ProMdlName file_name | |
| /*
(In) |
| The file name. This argument is optional (can be NULL). |
| */ |
| ProMdlExtension extension | |
| /*
(In) |
| The file extension. This argument is optional (can be NULL). |
| */ |
| int version | |
| /*
(In) |
| The file version. This argument is optional (can be PRO_VALUE_UNUSED). |
| */ |
| ProPath r_file_name_w_path | |
| /*
(Out) |
| The full file name, composed of the path, name, extension, and version. |
| */ |
| ) |
| Returns |
|
|