$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] What does sys_err = 3 mean? or where can I find out?
From: Eric MALENFANT (Eric.Malenfant_at_[hidden])
Date: 2009-02-02 12:03:12
Andrew Bond wrote:
> I am using Boost filesystem and I am getting an error (sys_err = 3).
>
> Where can I find a human-readable explanation of this error?
The error_code object has a message() member
http://www.boost.org/doc/libs/1_37_0/libs/system/doc/reference.html#Class-error_code
HTH,
-- Éric Malenfant