| DEPRECATED: | Since Creo 3 |
| SUPERSEDED BY: | ProFileMdlnameSave, ProFileMdlfiletypeSave |
| Description |
| Note: This function is deprecated Use ProFileMdlnameSave or ProFileMdlfiletypeSave instead. Prompts the standard file browser interface of Creo Parametric. |
| Synopsis |
| #include <ProUtil.h> |
| ProError | ProFileSave | ( |
| ProName dialog_label | |
| /*
(In) |
| The user-specified label for the dialog box. If this is NULL, the function uses the default label, "Save." |
| */ |
| ProLine filter_string | |
| /*
(In) |
| The user-supplied filter string for file extensions. The extensions must be specified with wildcards and separated by commas; for example, "*.prt,*.txt" (converted to wide-character string). |
| */ |
| ProPath* shortcut_path_arr | |
| /*
(In) |
| A ProArray of shortcut paths. Pass NULL to not supply shortcuts to the user in the dialog. |
| */ |
| ProName* shortcut_name_arr | |
| /*
(In) |
| A ProArray of shortcut labels that correspond to shortcut_path_arr. Pass NULL to not supply shortcuts to the user in the dialog. |
| */ |
| ProPath default_path | |
| /*
(In) |
| The default path to start browsing. If this is NULL, the function uses the current directory. |
| */ |
| ProFileName pre_sel_file_name | |
| /*
(In) |
| If supplied and existing in the default file name this name is preselected. If this is NULL, nothing is preselected. |
| */ |
| ProPath r_selected_file | |
| /*
(Out) |
| The selected file. |
| */ |
| ) |
| Returns |
|
|
| See Also |
| ProArrayAlloc |