Re: Universal or general path to desktop?
Re: Universal or general path to desktop?
- Subject: Re: Universal or general path to desktop?
- From: Ben Waldie <email@hidden>
- Date: Mon, 7 Apr 2003 22:19:26 -0400
Mike,
On Monday, April 7, 2003, at 09:57 PM, MR wrote:
I need to make the following line, within an Applescript within a
Filemaker script, able to work on any desktop within the office,
whether running OSX or OS9.2:
set sourceFolder to "MacintoshHD:Users:username:desktop:fileondesktop:"
The above is specific to OSX on one desktop and I need it to work on
one of several different desktops.
Try...
set sourceFolder to ((path to desktop folder as string) &
"fileondesktop") as string
- Ben
Benjamin S. Waldie
Automated Workflows, LLC
=============================================
AppleScript and Workflow Automation
Consulting - <
http://www.automatedworkflows.com>
AppleScript Info - <
http://www.applescriptguru.com>
AppleScript Training - <
http://www.applescripttraining.com>
=============================================
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.