Editor_OutputDir¶
Sets the current directory for the output bar. You can use this inline function or explicitly send the EE_OUTPUT_DIR message.
Editor_OutputDir( HWND hwnd, LPCWSTR szCurrDir );
Parameters¶
hwnd
Specifies the window handle of the view or frame of EmEditor.
szCurrDir
Specifies the current directory. This information is necessary if the text contains a relative path that can be jumped only from the current directory.
Return Values¶
The return value is not used.
Version¶
Supported on EmEditor Version 7.00 or later.