| DEPRECATED: | Since Creo 3 |
| SUPERSEDED BY: | ProPathMdlnameCreate |
| Description |
| Note: This function is deprecated Use ProPathMdlnameCreate instead. Builds a path, given its components. |
| Synopsis |
| #include <ProUtil.h> |
| ProError | ProPathCreate | ( |
| ProPath path | |
| /*
(In) |
| The directory path. This argument is optional (can be NULL). |
| */ |
| ProName file_name | |
| /*
(In) |
| The file name. This argument is optional (can be NULL). |
| */ |
| ProName 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 |
|
|