What is the C++ equivalent of PHP's is_dir() ?

Project:Programming
Component:Documentation
Category:support request
Priority:normal
Assigned:Unassigned
Status:closed
Related pages:#139: php to c++: working with a filesystem
Description

What is the C++ equivalent of PHP's is_dir() ?

Comments

#1

Status:active» fixed

use boost::filesystem::is_directory().
See wiki for sample usage.

--project followup subject--

Automatically closed -- issue fixed for 2 weeks with no activity.

#2

Status:fixed» closed
Related pages:-139: php to c++: working with a filesystem

Automatically closed -- issue fixed for 2 weeks with no activity.