1delete_file(3)                  Allegro manual                  delete_file(3)
2
3
4

NAME

6       delete_file  -  Removes  a file from the disk. Allegro game programming
7       library.
8

SYNOPSIS

10       #include <allegro.h>
11
12
13       int delete_file(const char *filename);
14

DESCRIPTION

16       Removes a file from the disk. You can't delete directories, though.
17

RETURN VALUE

19       Returns zero on success, non-zero on failure.
20
21
22
23
24Allegro                          version 4.4.3                  delete_file(3)
Impressum