Differences
This shows you the differences between the selected revisions of the page.
| scriptcommand_keepuptodate 2020-05-29 | scriptcommand_keepuptodate 2023-08-21 (current) | ||
| Line 40: | Line 40: | ||
| </code> | </code> | ||
| - | ===== Converting to .NET Assembly ===== | + | ===== [[net]] Converting to .NET Assembly ===== | 
| There is no equivalent for ''keepuptodate'' command in [[library|.NET assembly]]. | There is no equivalent for ''keepuptodate'' command in [[library|.NET assembly]]. | ||
| You can make use of ''[[dotnet>System.IO.FileSystemWatcher]]'' to run non-recursive synchronization using ''[[library_session_synchronizedirectories|Session.SynchronizeDirectories]]'', when change in local directory occurs. | You can make use of ''[[dotnet>System.IO.FileSystemWatcher]]'' to run non-recursive synchronization using ''[[library_session_synchronizedirectories|Session.SynchronizeDirectories]]'', when change in local directory occurs. | ||