$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [boost::filesystem] Getting the uid or gid of a file
From: Avishay Orpaz (avishorp_at_[hidden])
Date: 2012-10-11 04:44:54
The filesystem library does not include any function to access the uid and
gid of a file. Is there other way than calling the native stat()?
Avishay