$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [filesystem] Path and UNCs
From: Peter Barker (newbarker_at_[hidden])
Date: 2008-09-05 06:00:10
Hello,
Â
I'm using boost::filesystem in my application. It appears to work ok with UNC paths* but until now hadn't considered if there might be any problems lurking as they're quite different to "C:\something" or "/usr/something"?
Â
I had a look in the documentation but could not see UNCs mentioned.
Â
Regards,
Â
Pete