Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
delete_file(3)			 Allegro manual 		  delete_file(3)

NAME
     delete_file  -  Removes  a file from the disk. Allegro game programming li-
     brary.

SYNOPSIS
     #include <allegro.h>

     int delete_file(const char *filename);

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

RETURN VALUE
     Returns zero on success, non-zero on failure.

Allegro 			  version 4.4.3 		  delete_file(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=delete_file&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help