$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Frank Birbacher (bloodymir.crap_at_[hidden])
Date: 2006-07-17 03:40:12
Hi!
Ovanes Markarian schrieb:
> Exceptions are thrown:
>
> %backup%~ boost::filesystem::path: invalid name "%backup%~" in path: "%backup%~"
> .emacs boost::filesystem::path: invalid name ".emacs" in path: ".emacs"
> .emacs~ boost::filesystem::path: invalid name ".emacs~" in path: ".emacs~"
> .tcltcinfo.txt boost::filesystem::path: invalid name ".tcltcinfo.txt" in path: ".tcltcinfo.txt"
Have you tried to get the native_file_name instead? Maybe this will
allow '%' in names.
Frank