I have an app that has to access specialFolder.Desktop: when I run it, it correctly access it; yet a user of mine gets the Desktop of iCloud (he says he needs iCloud running).
From this forum I came to know that there are two Desktop (and Documents) folders: the one in users/home and one on iCloud.
So in order to avoid having iCloud interfere, I thought of accessing the Desktop calling:
SpecialFolder.UserHome.Child(SpecialFolder.Desktop.Name) instead of calling: SpecialFolder.Desktop. Might it work?
7 posts - 2 participants