I have an User Folder with the logins of the users, but I want to store more information about this users (like his full name). I usually do this with another folder that contains 'files', where the Id is the login and in his properties I store other information. I want to know if there is other way to do this easier (better without using a DataBase). Thank you.