views:

54

answers:

1

Hi, I have trouble getting Application Data in Lua. I can't even find how to do it, here on SO or anywhere else.

Thanks for help.

+4  A: 

To get the Windows application data folder, you can use:

os.getenv('APPDATA')
interjay