Hide a directory if UIFileSharingEnabled?

I'm working on an app where we'd like to enable UIFileSharingEnabled for most clients, but for a few it would be undesirable (or forbidden).


Curious to find out if its possible to tag a folder within Documents such that it would not be visible to a Mac Finder.


Thanks!

Replies

Curious to find out if its possible to tag a folder within Documents such that it would not be visible to a Mac Finder.

A better option is to not put those items within the Documents directory.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"