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

FreeBSD Manual Pages

  
 
  

home | help
al_make_path_canonical(3)   Library Functions Manual   al_make_path_canonical(3)

NAME
     al_make_path_canonical - Allegro 5 API

SYNOPSIS
	    #include <allegro5/allegro.h>

	    bool al_make_path_canonical(ALLEGRO_PATH *path)

DESCRIPTION
     Removes  any  leading `..' directory components in absolute paths.  Removes
     all `.' directory components.

     Note that this does not collapse "x/../y" sections into "y".   This  is  by
     design.   If  "/foo"  on  your  system  is  a  symlink  to "/bar/baz", then
     "/foo/../quux" is actually "/bar/quux", not "/quux" as a naive  removal  of
     ".." components would give you.

Allegro reference manual			       al_make_path_canonical(3)

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

home | help