Category Creo Parametric fundamentals, Object ProFile

Function ProFileEdit


Description
Opens an edit window for the specified file using the default text editor.
Replacement in Object TOOLKIT: wfcWSession::UIEditFile
Synopsis
#include <ProUtil.h>
ProErrorProFileEdit(
ProPath file_name
/* (In)
The full file name, including the path, of the file to be edited
*/
)
Returns
PRO_TK_NO_ERRORThe file was successfully edited.
PRO_TK_NO_CHANGEThe user quit from the editor.

Manual References:

  1. Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions
  2. Core: Utilities: File Handling
  3. Core: Utilities: File Handling

Sample Code References:

  1. pt_examples ( TestConfig.c )
  2. pt_userguide ( UgRelsEdit.c )
  3. pt_userguide ( UgFileEdit.c )