<< getmodules Configuration getscilabmode >>

Scilab Help >> Scilab > Configuration > getos

getos

retourne le nom et la version de O.S

Séquence d'appel

OS=getos()
[OS,Version]=getos()

Description

getosretourne le nom et la version de O.S

Exemples

OS=getos()
[OS,version] = getos()
if (getos() == "Windows") then disp("Scilab on Windows"); end
if (getos() == "Linux") then disp("Scilab on Linux"); end
if (getos() == "SunOS") then disp("Scilab on Solaris"); end
if (getos() == "Darwin") then disp("Scilab on MacOs"); end

Report an issue
<< getmodules Configuration getscilabmode >>