Base FILTER class used in LocatePath() and LocateRelatedFile() to select the correct path if multiple possible. More...
#include <mi32/filefind.h>
Public Member Functions | |
| virtual bool | v_Filter (const FILEPATH &path)=0 |
| virtual bool | v_Prompt (FILEPATH &path, const MISTRING *pPromptStr) |
Base FILTER class used in LocatePath() and LocateRelatedFile() to select the correct path if multiple possible.
| virtual bool FILEFIND::FILTER::v_Filter | ( | const FILEPATH & | path | ) | [pure virtual] |
Determine if path suitable.
Prompt user for path.
Default implementation calls the delegate specified in RegisterPromptDelegate(), if any.
| path | Path being prompted for | |
| pPromptStr | Optional pointer to "prompt" string, NULL for default |
1.6.1