Final Platform Layer
0.9.6-beta
|
FPL provides a couple of functions for query operating system or platform information.
Use fplGetPlatformType() to get the current fplPlatformType .
This can be useful to do different operations on different platforms.
Use fplGetPlatformName() to get a string representation for the given fplPlatformType .
You can retrieve the version/name of your operating system by calling fplOSGetVersionInfos() .
See fplOSVersionInfos for more details.
Use fplSessionGetUsername() to get the username for the current session.