xtd 0.2.0
Loading...
Searching...
No Matches
environment.cpp

Shows how to use xtd::environment class.

#include <xtd/xtd.core>
#include <xtd/xtd.console>
using namespace std::literals;
int main(int argc, char* argv[]) {
}
static void write_line()
Writes the current line terminator to the standard output stream using the specified format informati...
static xtd::ustring user_name()
Gets the user name of the person who is currently logged on to the operating system.
static xtd::ustring system_directory()
Gets the fully qualified path of the system directory.
static xtd::operating_system os_version() noexcept
Gets an xtd::operating_system object that contains the current platform identifier and version number...