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.
This commit is contained in:
Brian 2013-12-20 20:16:48 -07:00
parent 51e217e38c
commit f6eb064ce4
6 changed files with 42 additions and 1 deletions

View file

BIN
bin/FileWatcher.exe Normal file

Binary file not shown.

25
bin/settings.xml Normal file
View file

@ -0,0 +1,25 @@
<?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>