Can some one help????
i need for my program to create a folder witha specific name in which to
store data. I am using c++/ C
Thanks
Printable View
Can some one help????
i need for my program to create a folder witha specific name in which to
store data. I am using c++/ C
Thanks
there's no standard function for creating a directory but you want to
look at _mkdir or anything similar. Check your IDE's online help for
further details about this function.
Danny
Kim wrote:
>
> Can some one help????
> i need for my program to create a folder witha specific name in which to
> store data. I am using c++/ C
>
> Thanks