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
- Summary of I/O related RFCs Jon Ericson
- Re: Summary of I/O related RFCs Chaim Frenkel
- Re: Summary of I/O related RFCs Jonathan Scott Duff
- Internal Filename Representations (was Re: Summar... Nathan Wiger
- Re: Internal Filename Representations (was Re... Chaim Frenkel
- Re: Internal Filename Representations (was Re... Jarkko Hietaniemi
- Re: Internal Filename Representations (wa... David L. Nicol
- Re: Internal Filename Representations (wa... Nick Ing-Simmons
- Re: Internal Filename Representations (was Re... Johan Vromans
- Re: Internal Filename Representations (wa... Nathan Wiger
- Re: Internal Filename Representations... Chaim Frenkel
- Re: Internal Filename Representa... Nathan Wiger
- Re: Internal Filename Repres... Chaim Frenkel
- Re: Internal Filename Representa... Dan Sugalski
- Re: Internal Filename Repres... Jarkko Hietaniemi
- Re: Internal Filename Re... Chaim Frenkel
- Re: Internal Filename Re... Jarkko Hietaniemi
- Re: Internal Filename Re... Nathan Wiger
- Re: Internal Filename Re... Chaim Frenkel