Hello all,
For a specific situation I have need to check for each file in the local dropbox folder if it's already been synched with the cloud or not.
I can LOOK with my eyes and check the Icon, but this doesn't work for me, because I have thousands of files per day.
So I do need to automate this. I want to automate it by writing a DOS-script.
But HOW do I READ the "synched"property of each file using DOS?
It seems obvious that the property is available to Windows, otherwise Explorer wouldn't be able to show the file with a synched-icon resp. not-synched-icon.
Questions I have (a.o.):
- What DOS-command(s) can I use to askout the value of the Dropbox property.
- What properties and values are available to read?
- Are there 3rd-party tools that can do this and that can be executed batchwise?
- Is there a way to alter properties using DOS-command (not a priority, but would be nice to have)?
Thanks for any help.