Function ProFileEdit
Description
Opens an edit window for the specified file using the default text editor.
Replacement in Object TOOLKIT:
Synopsis
#include <ProUtil.h>
ProFileEdit
(
ProPath file_name
/* (In)
The full file name, including the path, of the file to be edited
*/
)
Returns
The file was successfully edited.
The user quit from the editor.
Sample Code References
User Guide References
Isto foi útil?