Module std::os::constsExperimental [-]  [+] [src]

Constants

ARCH
DLL_EXTENSION

Specifies the file extension used for shared libraries on this platform that goes after the dot: in this case, dll.

DLL_PREFIX

Specifies the filename prefix used for shared libraries on this platform: in this case, the empty string.

DLL_SUFFIX

Specifies the filename suffix used for shared libraries on this platform: in this case, .dll.

EXE_EXTENSION

Specifies the file extension, if any, used for executable binaries on this platform: in this case, exe.

EXE_SUFFIX

Specifies the filename suffix used for executable binaries on this platform: in this case, .exe.

FAMILY
SYSNAME

A string describing the specific operating system in use: in this case, windows.