Nathan Wiger <[EMAIL PROTECTED]> writes: > $fo = open "C:\Windows\System\IOSUBSYS\RMM.PDR"; > $fo->pathdrive = "C:" ; I think the drive is "C", not "C:". > $fo->patharray = [ Windows, System, IOSUBSYS, RMM.PDR ]; I think the patharray is [ Windows, System, IOSUBSYS ]. The file name is RMM, the extension is PDR. > $fo = open "/etc/inet/inetd.conf"; > $fo->pathdrive = ""; I think this should be the mount point, e.g., "/". > Splitting apart or putting together either one of these paths is trivial I think it's far from trivial, especially if you want to take into account network names, file versions, protection attributes and ACLs, ... -- Johan
- Internal Filename Representations (was Re: Summary of I/... Nathan Wiger
- Re: Internal Filename Representations (was Re: Summ... Jarkko Hietaniemi
- Re: Internal Filename Representations (was Re: ... Nick Ing-Simmons
- Re: Internal Filename Representations (was Re: Summ... Chaim Frenkel
- Re: Internal Filename Representations (was Re: Summ... Johan Vromans
- Re: Internal Filename Representations (was Re: ... Nathan Wiger
- Re: Internal Filename Representations (was ... Chaim Frenkel
- Re: Internal Filename Representations (... Dan Sugalski
- Re: Internal Filename Representati... Jarkko Hietaniemi
- Re: Internal Filename Represen... Chaim Frenkel
- Re: Internal Filename Repr... Jarkko Hietaniemi
- Re: Internal Filename Repr... Nathan Wiger
- Re: Internal Filename Repr... Chaim Frenkel
- Re: Internal Filename Representations (was Re: ... Jarkko Hietaniemi
- Re: Internal Filename Representations (was ... Johan Vromans