# OSUserInfo

Abstract type returned by userInfo().

Availability
0.8
0.8
9.2.0
Extends
Object

NOTE

This is an abstract type. Any object of this structure can be used where this type is used.

# Properties

# gid

Availability
0.8
0.8
9.2.0
gid :Number

group id. Always -1 on Titanium.


# homedir

Availability
0.8
0.8
9.2.0
homedir :String

Always applicationDataDirectory on Titanium.


# shell

Availability
0.8
0.8
9.2.0
shell :String

command shell. Always null on Titanium


# uid

Availability
0.8
0.8
9.2.0
uid :Number

user id. Always -1 on Titanium.


# username

Availability
0.8
0.8
9.2.0
username :String

Always username on Titanium.