in reply to How to I open a file on a network drive
On Unix you need to mount the drive (e.g. via NFS)
and put it on the directory tree. Then you'll have
something like: /mnt/mountpath/file
On DOS/Windows, you can try: \\machine\drive\file
and if your environment is set up fine it will work.
Cheers