Archive: Variables


Variables
Could you add a variable for storing files in the Documents and settings folder for a specific user?


Use RegReadKey to read from this key:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders
to get what ever shell folder you want.


Thanks