Hi:
The OMNI Slideshow widget uses a file "OMNIslideshow.ini" to save it's settings. The script line is:
FilePath=desktopx.ExecutableDirectory&"OMNIslideshow.ini"
I'd like to redirect that file from the "ExecutableDirectory" to user directories, either using a User variable or hardcoding the user into the script and using a seperate widget for each user. I've created seperate widgets and ini files for each user, but they're all still in the programs directory and I haven't been able to get the path re-defined.
From what little I've read on scripting, it seems that making use of a "user variable" would be more complicated than I want, but can someone tell me the syntax for hardcoding it to a different directory, for example "C:\Documents\User1\OMNI"? The standard windows convention didn't work for me, unless of course I botched it.
Thanks.