namespace flusspferd
Description
Flusspferd meta-module – contains information about the running flusspferd instance
Class properties
-
executableName #
flusspferd.executableName -> StringThe full path to the running executable. Flusspferd will do its best to canonicalize this and turn it into an absolute path, but on some platforms this might not be possible.
-
installPrefix #
flusspferd.installPrefix -> StringThe compile time install prefix, under which
bin/,lib/andetc/and similar directories should be found. If the binary has been relocated then this directory might not be in use. Use with caution in this case. -
relocatable #
flusspferd.relocatable -> BooleanWas this flusspferd build compiled with relocatable include paths.
-
version #
flusspferd.version -> StringVersion of the current flusspferd library.