$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Daryle Walker (darylew_at_[hidden])
Date: 2002-01-28 00:44:26
UNIX systems have all the disks (and disk-like devices) arranged under a
virtual unified hierarchy. So it's very easy to store UNIX paths as a
string with '/' separators. However, other platforms aren't that simple.
There are different separators, volume separators, and possibly unique types
of data (e.g. versions). So the path objects shouldn't store the path as a
single string that needs parsing, but as a list of intermediate directory
names, the final object, and possibly the volume designator and other data.
-- Daryle Walker Mac, Internet, and Video Game Junkie darylew AT mac DOT com