Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
SystemInfo.isHighSierra
Whether the operation system is macOS 10.13 High Sierra or newer.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
SystemInfo | 7.5 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "SystemInfo.isHighSierra" )
Parameters
none
Result
Returns 1 or 0.
Description
Whether the operation system is macOS 10.13 High Sierra or newer.Examples
Check for MacOS HighSierra:
Show Custom Dialog [ "MacOS HighSierra?" ; If(MBS( "SystemInfo.isHighSierra" ); "yes"; "no") ]
See also
Release notes
- Version 7.5
- Added SystemInfo.isHighSierra function.
Blog Entries
This function is free to use.
Created 4th November 2017, last changed 28th January 2023
