Re: Mount Current Users Folder as Disk
Re: Mount Current Users Folder as Disk
- Subject: Re: Mount Current Users Folder as Disk
- From: Michael Johnston <email@hidden>
- Date: Tue, 19 Apr 2005 15:26:38 +0200
set absolutePathToOriginal to quoted form of POSIX path of original
set linkFolderPath to POSIX path of folderForLink
set linkName to "whatever_or_leave_empty_for_same_name_as_original"
set linkAsAbsolutePath to linkFolderPath & linkName
set linkAsAbsolutePath to quoted form of linkAsAbsolutePath
do script "ln -s " & absolutePathToOriginal & " " & linkAsAbsolutePath
On 19-Apr-05, at 3:10 PM, Kirk Pitts wrote:
What type of data are you trying to save from Filemaker? Tab exports
or other data?
More info
I just discovered that an alias won't work. For what ever reason
FileMaker won't export through an alias.
Maybe a symbolic link will work? Does anybody have an Applescript
for creating a symbolic link?
Todd
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list
(email@hidden)
Help/Unsubscribe/Update your Subscription:
email@hidden
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
email@hidden
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden