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:27:16 +0200
oops, that should be do shell script not do script
On 19-Apr-05, at 3:26 PM, Michael Johnston wrote:
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
_______________________________________________
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