What is the C++ equivalent of PHP's is_dir() ?
Jump to:
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
use boost::filesystem::is_directory().
See wiki for sample usage.
--project followup subject--
Automatically closed -- issue fixed for 2 weeks with no activity.
#2
Automatically closed -- issue fixed for 2 weeks with no activity.