What's the weirdest filesystem out there?
- From: Ian Pilcher <i.pilcher@xxxxxxxxxxx>
- Date: Sun, 29 Jan 2006 22:59:26 -0600
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?)
TIA
--
========================================================================
Ian Pilcher i.pilcher@xxxxxxxxxxx
========================================================================
.
- Follow-Ups:
- Re: What's the weirdest filesystem out there?
- From: Watson Ladd
- Re: What's the weirdest filesystem out there?
- From: David Golden
- Re: What's the weirdest filesystem out there?
- From: Ben Pfaff
- Re: What's the weirdest filesystem out there?
- From: Randy Howard
- Re: What's the weirdest filesystem out there?
- From: Antoon Pardon
- Re: What's the weirdest filesystem out there?
- From: CBFalconer
- Re: What's the weirdest filesystem out there?
- From: Peter Ammon
- Re: What's the weirdest filesystem out there?
- From: Nelu
- Re: What's the weirdest filesystem out there?
- Prev by Date: Interview Questions Jan 30 2006
- Next by Date: Re: What's the weirdest filesystem out there?
- Previous by thread: Interview Questions Jan 30 2006
- Next by thread: Re: What's the weirdest filesystem out there?
- Index(es):
Relevant Pages
|