lledden
10-30-2008, 09:00 AM
I must be missing something obvious. I built a test setup containing the lines
Path = SessionVar.Expand("%ApplicationDataFolder%");
Dialog.Message("Data folder", path, MB_OK);
and the dialog comes up empty. Does some action need to be taken to populate the session variables before they can be used?
Path = SessionVar.Expand("%ApplicationDataFolder%");
Dialog.Message("Data folder", path, MB_OK);
and the dialog comes up empty. Does some action need to be taken to populate the session variables before they can be used?