TinkeCell API
1.0.0
C/Python/Octave/Ruby API
|
get information about the OS and program directory More...
Functions | |
TCAPIEXPORT int | tc_isWindows () |
is this running in MS windows? | |
TCAPIEXPORT int | tc_isMac () |
is this running in a Mac? | |
TCAPIEXPORT int | tc_isLinux () |
is this running in a Unix system (excluding Mac)? | |
TCAPIEXPORT const char * | tc_appDir () |
TinkerCell application folder. | |
TCAPIEXPORT const char * | tc_homeDir () |
TinkerCell home folder. |
get information about the OS and program directory
TCAPIEXPORT const char* tc_appDir | ( | ) |
TinkerCell application folder.
TCAPIEXPORT const char* tc_homeDir | ( | ) |
TinkerCell home folder.
TCAPIEXPORT int tc_isLinux | ( | ) |
is this running in a Unix system (excluding Mac)?
TCAPIEXPORT int tc_isMac | ( | ) |
is this running in a Mac?
TCAPIEXPORT int tc_isWindows | ( | ) |
is this running in MS windows?