This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v19.8
Is macOS
|
Is macOS -> Function result | ||||||||
Parameter | Type | Description | ||||||
Function result | Boolean |
![]() |
True if operating system = macOS, else False | |||||
The Is macOS command returns True if the current operating system is macOS.
You want to determine if the current operating system is macOS:
If(Is macOS)
ALERT("It's macOS")
Else
ALERT("It's not macOS")
End if
Product: 4D
Theme: System Environment
Number:
1572
Created: 4D v17
4D Language Reference ( 4D v19)
4D Language Reference ( 4D v19.1)
4D Language Reference ( 4D v19.4)
4D Language Reference ( 4D v19.5)
4D Language Reference ( 4D v19.6)
4D Language Reference ( 4D v19.7)
4D Language Reference ( 4D v19.8)