I'm just now trying to get an old project working in Vista, and need to deposit a folder in the equivalent of the Application Data folder in XP. What must I add to the following? I know absolutely nothing about Visa, so I don't even know if there is an Application Data folder like the one in XP or where it is, and if there isn't one, where should this folder go (complete file path and specialFolderPath, if there is one.)

   if word 1 of the systemversion = "NT" then
      put specialFolderPath(35) into fPath
    else
      put specialfolderpath("system") into fPath
    end if

Cheers!

Lars

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to