delete_file(3alleg4) Allegro manual delete_file(3alleg4)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. Allegro version 4.4.2 delete_file(3alleg4)
| Related Man Pages |
|---|
| exrotscl(3alleg4) - debian |
| exrotscl(3alleg4) - netbsd |
| exrotscl(3alleg4) - v7 |
| exrotscl(3alleg4) - mojave |
| exrotscl(3alleg4) - osx |
| Similar Topics in the Unix Linux Community |
|---|
| script to delete files |
| Delete files older than certain days - Wrong !!! |
| Unable to delete files |
| Can't delete files |
| Delete files beginning with * |