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 |
|---|
| exmidi(3alleg4) - debian |
| exrotscl(3alleg4) - suse |
| exrotscl(3alleg4) - centos |
| exrotscl(3alleg4) - netbsd |
| exrotscl(3alleg4) - plan9 |
| Similar Topics in the Unix Linux Community |
|---|
| How can i delete files in folder by date? |
| script to delete files |
| Can't delete files |
| Script to delete files older than x days and also taking an input for multiple paths |
| Delete files directory |