Re: Network volume considerations when working with files?
Re: Network volume considerations when working with files?
- Subject: Re: Network volume considerations when working with files?
- From: Ed Stockly <email@hidden>
- Date: Sun, 29 Jul 2007 20:57:45 -0700
I have 2 scripts which work fine locally but seem to choke when they are run over a network volume.
What considerations need to be used when sourcing/moving files to/from network volumes? Is it simply that the path needs to start with /Volumes/? If so, I definitely know one of my scripts having this issue shows the full path starting with /Volumes/BLAH/etc..
It's been my experience that the best reference for files in AppleScript is as alias.
set myFile to myFile as alias
It looks like you're using POSIX paths, which can easily be coerced back to and from alias.
If that doesn't make sense, post a bit of your script that generates the errors.
HTH
ES =
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden