1al_destroy_fs_entry(3)                                  al_destroy_fs_entry(3)
2
3
4

NAME

6       al_destroy_fs_entry - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro.h>
10
11              void al_destroy_fs_entry(ALLEGRO_FS_ENTRY *fh)
12

DESCRIPTION

14       Destroys a fs entry handle.  The file or directory represented by it is
15       not destroyed.  If the entry was opened,  it  is  closed  before  being
16       destroyed.
17
18       Does nothing if passed NULL.
19
20
21
22Allegro reference manual                                al_destroy_fs_entry(3)
Impressum