On Wed, Aug 09, 2000 at 07:26:29PM +0000, Nick Ing-Simmons wrote: > Graham Barr <gbarr@pobox.com> writes: > >On Wed, Aug 09, 2000 at 11:41:42AM -0500, Jonathan Scott Duff wrote: > >> How about this? > >> > >> open '/etc/passwd'; # file > > > >OK > > > >> open '/usr/local/bin/'; # directory (note the trailing '/') > > > >Portability, not all platforms use / Hmm. So that would be open 'file://etc/passwd'; open 'dir://usr/local/bin'; with the default open method being "file"? -Scott -- Jonathan Scott Duff duff@cbi.tamucc.eduThread Previous | Thread Next