-
creating a folder using c++ or c to store data in
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
-
Re: creating a folder using c++ or c to store data in
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|