c :: files

 Binary Read/Write
2002-02-02 15:05:54
View Code
Category: c:files
Description: Example of writing a struct to a binary file and then reading it back in.
Author: detour

 Popen
2002-01-29 14:10:43
View Code
Category: c:files
Description: Read the output from other programs using popen
Author: detour

 File Reading
2001-11-24 03:34:34
View Code
Category: c:files
Description: Example of reading a file with fopen() and fgets()
Author: detour

 Check File
2001-11-10 18:51:36
View Code
Category: c:files
Description: Checks the given filename to see if it is a normal file.
Author: detour

 Check Directory
2001-11-10 18:49:59
View Code
Category: c:files
Description: Tests a file to see if it's a directory
Author: detour

 File Tool
2002-09-29 21:09:01
View Code
Category: c:files
Description: Echo, rename, remove, or read a byte from a file in unix.
Author: Luis Araujo

 Copy File
2003-03-11 02:12:12
View Code
Category: c:files
Description: Very simple method to copy a file.
Author: detour