@@ -52,14 +52,14 @@ Foreach file filter you can specify wich action to do for each event.
5252Here are reported the action shipped with FileMonitor. Many addctional action can be implemented by following the guide above.
5353
5454ActionName|Description|
55- --------------------------------
55+ ----------| -----------|
5656Move| move the file monitored to a destination|
5757
5858##Contributor Actions
5959Please contact us opening an issue to have you plugin listed here.
6060
6161ActionName|Description|Author|
62- ------------------------------
62+ ----------| ------------------|
6363
6464
6565##How to extend a plugin
@@ -97,6 +97,7 @@ You just have to implement FileProcessor class, where
9797```
9898
9999Do you want to try coding? It's simple to start: just
100+ 1001011 . open your ide and create a library project
1011022 . add FileMonitor from nuget. This will allow you to see interface and classes from the core
1021033 . implement your file processor using this guide
0 commit comments