Xojo Conferences
XDC | May | 2019 | Miami | USA |
[MBS] SetPermission: what is the old way? (MBS Xojo Plugin Mailinglist archive)
Back to the thread list
Previous thread: [MBS] Undocumented changes?
Next thread: [MBS] Replacements for deprecated QuickTime Calls on Movie Objects
[MBS] SetPermission: what is the old way? |
Date: 27.01.14 12:07 (Mon, 27 Jan 2014 12:07:18 +0100) |
From: Marnaud |
Hello!
I'm reading this in FolderItem.PermissionsMBS.SetPermissions: If you set Oldway = false, you use the newer API which read unix permissions, but not the old ones. and I'm wondering what are the old ones (which, in turn, would help me understand what are the new ones). _______________________________________________ Mbsplugins_monkeybreadsoftware.info mailing list <email address removed> https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info |
Re: [MBS] SetPermission: what is the old way? |
Date: 27.01.14 12:13 (Mon, 27 Jan 2014 12:13:32 +0100) |
From: Christian Schmitz |
Am 27.01.2014 um 12:07 schrieb Marnaud <<email address removed>>: > Hello! > > I'm reading this in FolderItem.PermissionsMBS.SetPermissions: > If you set Oldway = false, you use the newer API which read unix permissions, but not the old ones. > > and I'm wondering what are the old ones (which, in turn, would help me understand what are the new ones). The new one is unix permissions, the old one was Apple File Sharing permissions. The old way is not supported for 64bit. Sincerely Christian |
Re: [MBS] SetPermission: what is the old way? |
Date: 27.01.14 12:50 (Mon, 27 Jan 2014 12:50:03 +0100) |
From: Marnaud |
Le 27 janv. 2014 à 12:13, Christian Schmitz a écrit:
> The new one is unix permissions, the old one was Apple File Sharing permissions. Ok, thank you! > The old way is not supported for 64bit. Thanks; this is already documented, unlike what means the old way. _______________________________________________ Mbsplugins_monkeybreadsoftware.info mailing list <email address removed> https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info |