FileLib Xojo and Real Studio plugin

DomainType Module

DomainType constants module for usage with functions such as FindFolder.

module DomainType

Constants

kOnSystemDisk = 0Specifies the system disk.
kOnAppropriateDisk = 1In most cases the same as kOnSystemDisk. On OS X use this one instead of kOnSystemDisk to indicate any disk.
kSystemDomain = 2Not documented by Apple.
kLocalDomain = 3Not documented by Apple.
kNetworkDomain = 4Not documented by Apple.
kUserDomain = 5Not documented by Apple.
kClassicDomain = 6Not documented by Apple.