Platforms to show: All Mac Windows Linux Cross-Platform
CreateInternetFolderMBS(domain as Integer) as folderitem
Function:
Returns a folderitem to this folder if it exists on that system.
Example:
Notes:
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):
Also take a look on the InternetFolder function.
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
global method | Special Folders | MBS Util Plugin | Yes | No | No | Yes, macOS only | No |
Example:
const kUserDomain = -32763
dim f as folderitem = CreateInternetFolderMBS(kUserDomain)
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. |
CreateInternetPlugInFolderMBS(domain as Integer) as folderitem
Function:
Returns a folderitem to this folder if it exists on that system.
Example:
Notes:
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):
Also take a look on the InternetPlugInFolder function.
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
global method | Special Folders | MBS Util Plugin | Yes | No | No | Yes, macOS only | No |
Example:
const kUserDomain = -32763
dim f as folderitem = CreateInternetPlugInFolderMBS(kUserDomain)
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. |
CreateInternetSearchSitesFolderMBS(domain as Integer) as folderitem
Function:
Returns a folderitem to this folder if it exists on that system.
Example:
Notes:
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):
Also take a look on the InternetSearchSitesFolder function.
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
global method | Special Folders | MBS Util Plugin | Yes | No | No | Yes, macOS only | No |
Example:
const kUserDomain = -32763
dim f as folderitem = CreateInternetSearchSitesFolderMBS(kUserDomain)
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. |
CreateInternetSitesFolderMBS(domain as Integer) as folderitem
Function:
Returns a folderitem to this folder if it exists on that system.
Example:
Notes:
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):
Also take a look on the InternetSitesFolder function.
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
global method | Special Folders | MBS Util Plugin | Yes | No | No | Yes, macOS only | No |
Example:
const kUserDomain = -32763
dim f as folderitem = CreateInternetSitesFolderMBS(kUserDomain)
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. |
CreateISSDownloadsFolderMBS(domain as Integer) as folderitem
Function:
Returns a folderitem to this folder if it exists on that system.
Example:
Notes:
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):
Also take a look on the ISSDownloadsFolder function.
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
global method | Special Folders | MBS Util Plugin | Yes | No | No | Yes, macOS only | No |
Example:
const kUserDomain = -32763
dim f as folderitem = CreateISSDownloadsFolderMBS(kUserDomain)
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. |
CreateKernelExtensionsFolderMBS(domain as Integer) as folderitem
Function:
Returns a folderitem to this folder if it exists on that system.
Example:
Notes:
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):
Also take a look on the KernelExtensionsFolder function.
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
global method | Special Folders | MBS Util Plugin | Yes | No | No | Yes, macOS only | No |
Example:
const kUserDomain = -32763
dim f as folderitem = CreateKernelExtensionsFolderMBS(kUserDomain)
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. |
CreateKeychainFolderMBS(domain as Integer) as folderitem
Function:
Returns a folderitem to this folder if it exists on that system.
Example:
Notes:
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):
Also take a look on the KeychainFolder function.
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
global method | Special Folders | MBS Util Plugin | Yes | No | No | Yes, macOS only | No |
Example:
const kUserDomain = -32763
dim f as folderitem = CreateKeychainFolderMBS(kUserDomain)
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. |
CreateLauncherItemsFolderMBS(domain as Integer) as folderitem
Function:
Returns a folderitem to this folder if it exists on that system.
Example:
Notes:
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):
Also take a look on the LauncherItemsFolder function.
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
global method | Special Folders | MBS Util Plugin | Yes | No | No | Yes, macOS only | No |
Example:
const kUserDomain = -32763
dim f as folderitem = CreateLauncherItemsFolderMBS(kUserDomain)
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. |
CreateLocalesFolderMBS(domain as Integer) as folderitem
Function:
Returns a folderitem to this folder if it exists on that system.
Example:
Notes:
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):
Also take a look on the LocalesFolder function.
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
global method | Special Folders | MBS Util Plugin | Yes | No | No | Yes, macOS only | No |
Example:
const kUserDomain = -32763
dim f as folderitem = CreateLocalesFolderMBS(kUserDomain)
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. |
CreateMacOSReadMesFolderMBS(domain as Integer) as folderitem
Function:
Returns a folderitem to this folder if it exists on that system.
Example:
Notes:
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):
Also take a look on the MacOSReadMesFolder function.
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
global method | Special Folders | MBS Util Plugin | Yes | No | No | Yes, macOS only | No |
Example:
const kUserDomain = -32763
dim f as folderitem = CreateMacOSReadMesFolderMBS(kUserDomain)
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. |
CreateMIDIDriversFolderMBS(domain as Integer) as folderitem
Function:
Returns a folderitem to this folder if it exists on that system.
Example:
Notes:
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):
Also take a look on the MIDIDriversFolder function.
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
global method | Special Folders | MBS Util Plugin | Yes | No | No | Yes, macOS only | No |
Example:
const kUserDomain = -32763
dim f as folderitem = CreateMIDIDriversFolderMBS(kUserDomain)
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. |
CreateModemScriptsFolderMBS(domain as Integer) as folderitem
Function:
Returns a folderitem to this folder if it exists on that system.
Example:
Notes:
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):
Also take a look on the ModemScriptsFolder function.
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
global method | Special Folders | MBS Util Plugin | Yes | No | No | Yes, macOS only | No |
Example:
const kUserDomain = -32763
dim f as folderitem = CreateModemScriptsFolderMBS(kUserDomain)
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. |
CreateMovieDocumentsFolderMBS(domain as Integer) as folderitem
Function:
Returns a folderitem to this folder if it exists on that system.
Example:
Notes:
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):
Also take a look on the MovieDocumentsFolder function.
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
global method | Special Folders | MBS Util Plugin | Yes | No | No | Yes, macOS only | No |
Example:
const kUserDomain = -32763
dim f as folderitem = CreateMovieDocumentsFolderMBS(kUserDomain)
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. |
CreateMultiprocessingFolderMBS(domain as Integer) as folderitem
Function:
Returns a folderitem to this folder if it exists on that system.
Example:
Notes:
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):
Also take a look on the MultiprocessingFolder function.
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
global method | Special Folders | MBS Util Plugin | Yes | No | No | Yes, macOS only | No |
Example:
const kUserDomain = -32763
dim f as folderitem = CreateMultiprocessingFolderMBS(kUserDomain)
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. |
CreateMusicDocumentsFolderMBS(domain as Integer) as folderitem
Function:
Returns a folderitem to this folder if it exists on that system.
Example:
Notes:
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):
Also take a look on the MusicDocumentsFolder function.
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
global method | Special Folders | MBS Util Plugin | Yes | No | No | Yes, macOS only | No |
Example:
const kUserDomain = -32763
dim f as folderitem = CreateMusicDocumentsFolderMBS(kUserDomain)
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. |
CreateOpenDocEditorsFolderMBS(domain as Integer) as folderitem
Function:
Returns a folderitem to this folder if it exists on that system.
Example:
Notes:
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):
Also take a look on the OpenDocEditorsFolder function.
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
global method | Special Folders | MBS Util Plugin | Yes | No | No | Yes, macOS only | No |
Example:
const kUserDomain = -32763
dim f as folderitem = CreateOpenDocEditorsFolderMBS(kUserDomain)
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. |
CreateOpenDocFolderMBS(domain as Integer) as folderitem
Function:
Returns a folderitem to this folder if it exists on that system.
Example:
Notes:
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):
Also take a look on the OpenDocFolder function.
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
global method | Special Folders | MBS Util Plugin | Yes | No | No | Yes, macOS only | No |
Example:
const kUserDomain = -32763
dim f as folderitem = CreateOpenDocFolderMBS(kUserDomain)
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. |
CreateOpenDocLibrariesFolderMBS(domain as Integer) as folderitem
Function:
Returns a folderitem to this folder if it exists on that system.
Example:
Notes:
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):
Also take a look on the OpenDocLibrariesFolder function.
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
global method | Special Folders | MBS Util Plugin | Yes | No | No | Yes, macOS only | No |
Example:
const kUserDomain = -32763
dim f as folderitem = CreateOpenDocLibrariesFolderMBS(kUserDomain)
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. |
CreateOpenDocShellPlugInsFolderMBS(domain as Integer) as folderitem
Function:
Returns a folderitem to this folder if it exists on that system.
Example:
Notes:
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):
Also take a look on the OpenDocShellPlugInsFolder function.
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
global method | Special Folders | MBS Util Plugin | Yes | No | No | Yes, macOS only | No |
Example:
const kUserDomain = -32763
dim f as folderitem = CreateOpenDocShellPlugInsFolderMBS(kUserDomain)
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. |
CreatePictureDocumentsFolderMBS(domain as Integer) as folderitem
Function:
Returns a folderitem to this folder if it exists on that system.
Example:
Notes:
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):
Also take a look on the PictureDocumentsFolder function.
As there is no such folder on Mac OS Classic, you always get nil there.
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
global method | Special Folders | MBS Util Plugin | Yes | Yes | No | Yes | No |
Example:
const kUserDomain = -32763
dim f as folderitem = CreatePictureDocumentsFolderMBS(kUserDomain)
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. |
As there is no such folder on Mac OS Classic, you always get nil there.
CreatePreferencesFolderMBS(domain as Integer) as folderitem
Function:
Returns a folderitem to this folder if it exists on that system.
Example:
Notes:
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):
Also take a look on the PreferencesFolder function.
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
global method | Special Folders | MBS Util Plugin | Yes | No | No | Yes, macOS only | No |
Example:
const kUserDomain = -32763
dim f as folderitem = CreatePreferencesFolderMBS(kUserDomain)
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.
Links
MBS FileMaker Plugins