>>>>> "PRL" == Perl6 RFC Librarian <[EMAIL PROTECTED]> writes:

PRL>    $fo = open "C:\Windows\System";        # non-portable
PRL>    $fo = open "file://C|/Windows/System"; # portable

In what way is the second example portable? I don't think it will
do anything useful on any of my *nix boxes.

PRL>    unlink "/local/etc/script.conf";       # non-portable
PRL>    unlink "file:///local/etc/script.conf";# portable

Nor this on a dos box.

<chaim>
-- 
Chaim Frenkel                                        Nonlinear Knowledge, Inc.
[EMAIL PROTECTED]                                               +1-718-236-0183

Reply via email to