Locating Folder regardless of OS
-
Hey, Is there a way to locate a folder on a user's machine regardless of what operating system they are using. I want to be able to locate the 'C:\Documents and Settings\user\Local Settings\Application Data\' folder and then copy my own folder to it when my program is installed. Is this possible thanks for your help Chris
-
Hey, Is there a way to locate a folder on a user's machine regardless of what operating system they are using. I want to be able to locate the 'C:\Documents and Settings\user\Local Settings\Application Data\' folder and then copy my own folder to it when my program is installed. Is this possible thanks for your help Chris
it sure is... check out: environment.getfolderpath(environment.specialfolders.localapplicationdata) hope this helps.
-jim
-
it sure is... check out: environment.getfolderpath(environment.specialfolders.localapplicationdata) hope this helps.
-jim