-
Notifications
You must be signed in to change notification settings - Fork 13
Removing monitored folders
Felipe Torrezan edited this page Apr 14, 2024
·
2 revisions
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.
This is the IAR EWPtool wiki. Back to Home.