1delete_file(3) Allegro manual delete_file(3)
23
4
NAME
6delete_file - Removes a file from the disk. Allegro game programming
7library.
8
SYNOPSIS
10#include <allegro.h>
1112
13
int delete_file(const char *filename);
14
DESCRIPTION
16Removes a file from the disk. You can't delete directories, though.
17
RETURN VALUE
19Returns zero on success, non-zero on failure.
2021
22
23
24
Allegro version 4.4.3 delete_file(3)