I need a program to create a directory using turbo C.
Can anyone help me to write a program to create a directory in turbo C?
The standard C runtime doesn't have a function to create a directory. However, if it's running on DOS, look in "dos.h" to see if there's a "mkdir" function. If it's not running on DOS, there must be an OS-specific header file which lists the OS-targetted runtime functions.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment