I am building a small macro for use in applications testing, that will allow for easy recording of defects.
I am stumped in one aspect however.
On the client test machines I will have several users operating, and I want to be able to record user specific information so that it will persist for each user on subsequent logins on the test machine.
I thought that adding a ini file to the winnt/profiles/user_logon_id/ folder tree would be an easy way to do this, however I cannot remember how to identify the user folders programmatically. That is how can I return a string that contains the path to the user folders in c:winntprofiles ??
Can anyone help me out please.
BTW – I cannot use the registry for this information due to corporate policies….