Re: What's the weirdest filesystem out there?
- From: Antoon Pardon <apardon@xxxxxxxxxxxxxxx>
- Date: 30 Jan 2006 14:50:23 GMT
Op 2006-01-30, Ian Pilcher schreef <i.pilcher@xxxxxxxxxxx>:
> Asking here, because I can't think of a more appropriate place...
>
>
> Background:
>
> I'm working on code which needs to break the pathname in a Java File
> object into its component parts:
>
> 1. An optional filesystem identifier (such as a drive letter).
> 2. An optional root directory.
> 3. Zero or more subdirectories.
> 4. An optional filename.
>
> Depending on the platform and filesystem, 1 and 2 may or may not be
> separable.
>
>
> Question:
>
> Is there any platform out there that uses something than its directory
> separator to signify a root directory? (To put it another way, what's
> the weirdest hierarchical filesystem out there?)
ADFS? It was used on the Archimes machines from acorn.
'$' was used for the root directory and '.' was the directory separator.
So a full name was something like:
:MediaName.$.sub1.sub2.file
--
Antoon Pardon
.
- Follow-Ups:
- Re: What's the weirdest filesystem out there?
- From: David Buck
- Re: What's the weirdest filesystem out there?
- From: Arctic Fidelity
- Re: What's the weirdest filesystem out there?
- References:
- What's the weirdest filesystem out there?
- From: Ian Pilcher
- What's the weirdest filesystem out there?
- Prev by Date: Re: Retired programmer wants to learn programming
- Next by Date: Re: Please use wxWidgets
- Previous by thread: Re: What's the weirdest filesystem out there?
- Next by thread: Re: What's the weirdest filesystem out there?
- Index(es):
Relevant Pages
|