Removing monitored folders - iarsystems/ewptool GitHub Wiki

Each time EWPtool is invoked from the Tools menu in the IDE and a folder is selected, it saves the selection to $PROJ_DIR$/settings/$PROJ_FNAME$.cfg.

For example:

<?xml version="1.0"?>
<EWPtool>
  <selectedPath>$PROJ_DIR$\firstly_selected_folder</selectedPath>
  <selectedPath>$PROJ_DIR$\a_folder_selected_when_executing_it_a_second_time</selectedPath>
  <selectedPath>$PROJ_DIR$\..\..\TheThirdTimeIsACharm</selectedPath>
</EWPtool>

Note

Adding folders to the be monitored by EWPtool is a one-way operation. The configuration file is human-readable and can be manually edited for removal of any <selectedPath> entries that later became undesired.

⚠️ **GitHub.com Fallback** ⚠️