Differences
This shows you the differences between the selected revisions of the page.
2013-04-17 | 2013-04-30 | ||
using + for combined keyboard shortcuts (martin) | Converting to .NET Assembly (martin) | ||
Line 29: | Line 29: | ||
</code> | </code> | ||
+ | ===== Converting to .NET Assembly ===== | ||
+ | There is no equivalent for ''keepuptodate'' command in [[library|.NET assembly]]. | ||
+ | You can make use of ''[[msdn>System.IO.FileSystemWatcher]]'' to run non-recursive synchronization using ''[[library_session_synchronizedirectories|Session.SynchronizeDirectories]]'', when change in local directory occurs. | ||