hi guys and girls
i want to connect to a directory on an external hard drive on a mac
i've tried several scripts and all i get is a blank page
can you let me know if it's possible to do this
the current path is
file:///External HD/Users/kevinrelland/Pictures/Originals
cheers
kevin
directory paths
Moderator: General Moderators
Typically in UNIX based systems, external hard drives would be in the /mnt/ directory or something similar. Drop down into Terminal & see if you can navigate to the hard drive. The command 'pwd' will tell you your current path.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.