I have a simple problem:
I store some data in DropBox which is shared between multiple people
Several times people have started editing the data bnefore it has finished synchronising
What I want is a simple routine which I can add to my application which determines whether a named file is synchronised, i.e. it is the same as the cloud version.
If the file isn't synchronised I will simply wait for the automatic synchronisation to complete.
The application is written in C# and is running on Windows 7 and 10
I have looked quite hard but I cannopt find an answer to this, apparently simple, question apart from "look at the DropBox App" which is precisely what my users dont do!