Qore Programming Language Reference Manual
1.12.2
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
x
y
Variables
_
a
b
c
d
e
f
h
i
l
m
n
o
p
q
r
s
t
v
w
x
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
z
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
y
z
Variables
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
w
y
z
•
All
Classes
Namespaces
Functions
Variables
Modules
Pages
Functions
Platform-Independent User and Group Functions
Functions
string
Qore::getusername
()
returns the current username
More...
Detailed Description
Platform-Independent user and group functions
Function Documentation
◆
getusername()
string
Qore::getusername
(
)
returns the current username
Restrictions:
Qore::PO_NO_EXTERNAL_INFO
Code Flags:
RET_VALUE_ONLY
Example:
string name =
getusername
();
Qore::getusername
string getusername()
returns the current username
Returns
the current username
Since
Qore 0.8.12