Hello and welcome to part 1, In this step we will make a basic console application that copies all the files from the source path to destination path, checking if there are files already present at the destination path and doing a simple comparison. I recommend that if you are following along, you should go and … Continue reading FileSystem Syncher – Part 1
Month: February 2016
FileSystem Syncher – Into
Hello, This will be the first post in a series of steps into creating an application which I named "FileSystem Syncher". First let me give you some background on this idea, where it came from, how I envision the usage of this tool and how we are going to proceed with it's development. The idea … Continue reading FileSystem Syncher – Into