Next: Directory handling functions Up: UNIX and C Previous: Using UNIX System Calls and Library Functions

File and Directory Manipulation

There are many UNIX utilities that allow us to manipulate directories and files. cd, ls, rm, cp, mkdir etc. are examples we have (hopefully) already met.

We will now see how to achieve similar tasks from within a C program.



Dave.Marshall@cm.cf.ac.uk
Wed Sep 14 10:06:31 BST 1994