$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Marcin Kalicinski (kalita_at_[hidden])
Date: 2006-04-22 09:18:23
>Although a proper path class seems so much neater, I think
>you should still keep some API to specify a path as a
>single string, maybe something like:
>boost::property_path::path p("Dante/Divina Commedia/Inferno");
>Why? Because this way you retain the ability to store a path
>as a program resource outside the code.
Yes, obviously. Path class will still support dot (or slash) separated
strings. It will have non-explicit conversion constructor from such string.
Best regards,
Marcin