From: Peter Dimov (pdimov_at_[hidden])
Date: 2004-09-10 13:19:16


Beman Dawes wrote:
> An attempt to query the attributes, such as
> is_directory("pagefile.sys") would throw an exception, which can be
> avoided by checking is_accessible("pagefile.sys").

I'm not sure why would anyone want to omit the is_accessible check before
calling is_directory.