Qore sysconf Module  1.0.0
Qore::Sysconf Namespace Reference

Sysconf namespace. More...

Namespaces

 Confstr
 Confstr namespace.
 
 Pathconf
 Pathconf namespace.
 
 Sysconf
 Sysconf namespace.
 

Functions

string confstr (int param)
 Get string-valued parameters from the operating system. More...
 
hash confstr_constants ()
 Returns a hash with allowed arguments to confstr call. More...
 
int pathconf (string filename, int param)
 This function is used to inquire about the limits that apply to the file named filename. More...
 
hash pathconf_constants ()
 Returns a hash with allowed arguments to pathconf call. More...
 
int sysconf (int param)
 This function is used to inquire about runtime system parameters. More...
 
hash sysconf_constants ()
 Returns a hash with allowed arguments to sysconf call. More...
 

Detailed Description

Sysconf namespace.