Hi,
i run a short .plist (at the moment located on my Desktop) check on
launch of my applescript droplet code.
If the plist is existing nothing happens. If it does not exists it
creates a new .plist Basicly that was the idea to create the initial
plist file on the really first start of my application.
While developing phase it was usefull to have the .plist directly on
my Desktop i would like to change the location now too the users
library folder -> preferences.
Wondering what would be the best way to define this location.
At the moment my code looks like this:
------
set theOutputFolder to path to desktop folder as string
set thePListPath to theOutputFolder & "MyAppsName.plist"
------
I guess i would be forced now to know:
* Users HD Name
* User Name
to build the new plistpath location right ?
Or is HDName:Users:Username:Library:Preferences accessable somehow
different too ?
any ideas ?
Best regards
florian