Re: Internal Filename Representations (was Re: Summary of I/O related RFCs)

[email protected] ((Johan Vromans)) 13 Aug 2000 13:19:03 +0200
Newsgroups perl.perl6.language.io,perl.perl6.internals
Message-ID <[email protected]>
Jarkko Hietaniemi <[email protected]> writes:

> Access details like this are largely independent of the logical
> manipulations made with pathnames.  I can claim that there is
> "/foo/bar/zap.txt" and I can say that file directory part is
> "/foo/bar", but whether such an entity really exists, is a different
> matter.

  @parts = qw(sy $ foo bar 262);

Now, create a file in the same directory with the same type, and name
blech. Any idea?

-- Johan