$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [filesystem] is path comparison case-insensitive on Windows?
From: Nathan Ridge (zeratul976_at_[hidden])
Date: 2012-06-15 02:12:08
Hi,
I couldn't find this info in the Filesystem documentation, so I
thought I'd ask here: is equality comparison between path objects
case-insensitive on Windows?
I think it ought to be, since the operating system treats two
paths differing by case only to be the same, but I thought I'd
double-check.
Thanks,
Nate