check if a directory exists

C

calca77

Hi,
Please, could anyone tell me how to check if a directory exists.
Thank you everyone.

D.
 
M

Martijn Lievaart

Hi,
Please, could anyone tell me how to check if a directory exists.
Thank you everyone.

There is no way in standard C/C++. However, every platform that has
directories has a way to check them. Ask in a group for your compiler
and./or OS.

HTH,
M4
 
K

Karl Heinz Buchegger

calca77 said:
Hi,
Please, could anyone tell me how to check if a directory exists.
Thank you everyone.

There is no way doing this with standard C++. You will need platform
and/or compiler specific extensions. Thus you should consult a group
which discusses your compiler and/or platform.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,764
Messages
2,569,567
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top