$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] boost::filesystem::native
From: Gavin Lambert (gavinl_at_[hidden])
Date: 2016-11-10 17:57:30
Mere moments ago, quoth I:
> So if you wanted to use those, you'd need to wrap it in a path() first
> and iterate over each element to test if it is valid.
Or, of course, since you're testing a directory name, you can just use
exists() to test the path as a whole (since presumably that's what you
really care about).