B4J Question TargetOsx or TargetWind !!!

ivanomonti

Expert
Licensed User
Longtime User
Is there a way to recognize the platform at runtime, so that native os functions can be disabled if you do not work on different os.
 

rboeck

Well-Known Member
Licensed User
Longtime User
If the following not usefull?

Dim Os As String = GetSystemProperty("os.name", "").ToLowerCase
 
Upvote 0
Top