Platforms to show: All Mac Windows Linux Cross-Platform
CreateRecentApplicationsFolderMBS(domain as Integer) as folderitem Deprecated
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
global method | Special Folders | MBS Util Plugin | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
This item is deprecated and should no longer be used.
You can use SpecialFolder module instead.
Returns a folderitem to this folder if it exists on that system.
If this folder is supported by the operation system version, the folder is created and returned. If the folder could not be created or is not supported, nil is returned. If the folder allready exists, it is just returned.
Note that not every folder exists on every Mac OS Version!
The codes for domain are (The Demo includes a module for these):
-32768 | On System Disk |
-32767 | On Appropriate Disk |
-32766 | System Domain, on Mac OS X mostly inside the folder /System. |
-32765 | Local Domain (on Netbooting for example) |
-32764 | Network Domain (on Netbooting for example) |
-32763 | User Domain, on Mac OS X mostly inside the users folder. |
-32762 | Classic Domain, the current used Classic System folder. |
The items on this page are in the following plugins: MBS Util Plugin.
