filewatcher/bin/settings.xml
Brian f6eb064ce4 FileWatcher w/ sample script & sample settings
This version seems to be buggy, the code I have on the repo probably
isn't the newest code I have; I have to go looking through my backups to
verify which is the most up-to-date version.

I've included a sample script and settings file.
2013-12-20 20:16:48 -07:00

25 lines
No EOL
583 B
XML

<?xml version="1.0"?>
<root>
<groups>
<group name="Testing 123">
<directories>
<directory path="C:\" />
</directories>
<extensions value="*.txt" />
<script path="..\scripts\sample.py" />
<delay value="5s" />
<relativeScriptPath />
</group>
</groups>
<preferences>
<editor>
<defaults>
<default name="System Default" />
<default name="Sublime Text 2" />
<default name="Notepad++" />
<default name="NotePad" />
</defaults>
<programs />
</editor>
</preferences>
</root>