Copying from an External Volume

Hi All,

Last question of the night. How do you do a copy from an external volume?

For example, i thought it was : source=Volume.Child(“OSX”).Child(“Desktop”)

but this doesn’t work

Volume doesn’t say which volume

source=Volume(0).Child(“OSX”).Child(“Desktop”) // volume 0 is the boot volume so you’ll want to see which one is correct

and best of all OS X lets you have several volumes with the same name so you can even rely on the name

source=SpecialFolder.Mount.Child(“OSX”).Child(“Desktop”) was the way i did it in the end