I need the name of the current logged in user in my Air/Flex application. The application will only be deployed on Windows machines. I think I could attain this by regexing the User directory, but am open to other ways.
|
feedback
|
|
There's a couple of small cleanups you can make...
As Kevin suggested, use You don't need to use Also, making the function a proper getter allows binding without any further work. In the above example I put it into a
| |||||
feedback
|
|
Also I would try:
But I don't have Air installed so I can't really test this... | |||||
feedback
|
|
This isn't the prettiest approach, but if you know your AIR app will only be run in a Windows environment it works well enough:
| |||||
|
feedback
|
|
Here is a solution that works in XP / Vista, but is definitely expandable to OSX, linux, I'd still be interested in another way. | |||||
feedback
|
|
Update way later: there's actually a built in function to get the current user. I think it's in nativeApplication. | |||||||
feedback
|