[Date Prev][Date Next][Thread Prev][Thread Next] [Search] [Date Index] [Thread Index]

Re: [MacPerl] filehandle/subfolder



On Thu, Jun 17, 1999 at 03:51:03PM -0400, Ingo Bitsch wrote:
} How can I have a filehandle point to a different directory than the one 
} of the script itself? To a subfolder, for example?
} 
} I tried open (IN, ">>/subfolder/file"); but it didn't work

Of course not.  Why do you thing a Unix style path will work on MacOS?
(Better get rid of the file named "/subfolder/file" you just made.)

Try "open (IN,":subfolder:file");".

} 
} Thanks!
} _Ingo
} 
} ===== Want to unsubscribe from this list?
} ===== Send mail with body "unsubscribe" to macperl-request@macperl.org
} 
} 

-- 
Paul Schinder
schinder@pobox.com

===== Want to unsubscribe from this list?
===== Send mail with body "unsubscribe" to macperl-request@macperl.org