How can I check local OneDrive folder is in sync?
问题 I need to be able to check if the local OneDrive folder is in sync/up to date. Can I check this by looking at any of the file/folder properties(in C# code) Without using any of One Drive APIs? 回答1: I was stuck with that and tought to check the main folder Icon. EDITED The point is to extract the synced folder icon and get the overlay CLSID. You first need a class to extract the info you need : using System; using System.Collections.Generic; using System.Drawing; using System.IO; using System