|
NAMEdelete_file - Removes a file from the disk. Allegro game programming library.SYNOPSIS#include <allegro.h>int delete_file(const char *filename); DESCRIPTIONRemoves a file from the disk. You can't delete directories, though.RETURN VALUEReturns zero on success, non-zero on failure.
Visit the GSP FreeBSD Man Page Interface. |