directory paths

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
kevrelland
Forum Commoner
Posts: 73
Joined: Mon Jan 08, 2007 7:41 am

directory paths

Post by kevrelland »

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
User avatar
pickle
Briney Mod
Posts: 6445
Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:

Post by pickle »

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.
Post Reply