Listen for directory changes such as add/delete/rename/move/copy folders/files and make those changes accordingly within the application.
C# has a FileSystemWatcher class that will help with this. It'd be sweet to even listen for meta-data changes and apply them automatically in mCubed.
Log in to post a comment.
C# has a FileSystemWatcher class that will help with this. It'd be sweet to even listen for meta-data changes and apply them automatically in mCubed.