Question:

How to open and create a folder in C programming? plz help me?

by  |  earlier

0 LIKES UnLike



C programming

 Tags:

   Report

2 ANSWERS


  1. you should learn file handling in c.

    In which you will get how to open and read/write into the file.

    however It's my personal advice that u should create folder manually using DOS or windows OS.


  2. Directory creation and manipulation is not defined in ANSI C. So it is a platform dependent procedure that will vary depending on what operating system you run, and maybe even what compiler you run. In other words a Windows program that creates a directory will not use the same function(s) for the creation of the directory that Unix or old DOS uses.You are going to have to look through your compiler's or system's documentation to handle this.

Question Stats

Latest activity: earlier.
This question has 2 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.