I need to write a C program which will test to see whether or not a file exists within a given directory or not.
I know how to do this in Unix shell script (Korn) but I would appreciate it if someone could tell me how I could do something similar in C?
Thanks
Andy
I know how to do this in Unix shell script (Korn) but I would appreciate it if someone could tell me how I could do something similar in C?
Thanks
Andy