Directory name. Usually contains only the name, without full path. To
provide basic functionality the plugin should also process the names
'..' and
'\'.
For correct restoring of current directory after using
"Search from the root folder"
mode in the Find file dialog, the plugin should be able to process full directory name
returned in the
GetOpenPluginInfo function.
It is not necessary when
"Search from the current folder" mode is set in the
Find file dialog.
Combination of the
operation mode
flags. This function should be ready to process the
OPM_FIND
flag. If the
OPM_FIND flag is set, the
function is called from Find file or another directory scanning command, and the plugin must
not perform any actions except changing directory and returning TRUE if successful or FALSE
if it is impossible to change the directory. (The plugin should not try to close or update
the panels, ask the user for confirmations, show messages and so on.)