How to implement ‘Always Keep on This Device’ on macOS in File Provider?

Viewed 133

I am implementing a File Provider on macOS. I see that OneDrive has an offline mode with ‘Always Keep on This Device’ and ‘Free up Space’ menus:

enter image description here

On Windows, this functionality is provided by Pinned and Unpinned file attributes as well as CfHydratePlaceholder() and CfDehydratePlaceholder() Windows API. How do I implement this functionality on macOS? Are there any specific attributes or File Provider API to support it?

0 Answers
Related