make_relative_filename man page on DragonFly

Man page or keyword search:  
man Server   44335 pages
apropos Keyword Search (all sections)
Output format
DragonFly logo
[printable version]

make_relative_filename(3)	Allegro manual	     make_relative_filename(3)

NAME
       make_relative_filename  -  Tries to make a relative filename from abso‐
       lute path and filename. Allegro game programming library.

SYNOPSIS
       #include <allegro.h>

       char *make_relative_filename(char *dest, const char *path,  const  char
       *filename, int size);

DESCRIPTION
       Attempts to make a relative filename from an absolute path and an abso‐
       lute filename, storing at most `size' bytes  into  the  `dest'  buffer.
       This  function won't work if the paths are not canonical under the cur‐
       rent platform (see canonicalize_filename()).  Also,  `dest'  cannot  be
       used as input value for `path' or `filename'. Example:

	  char base[] = "/long/absolute/path/program.exe";
	  char user_input[] = "/nice/and/short.txt";
	  ...
	  make_relative_filename(buf, base, user_input, sizeof(buf));
	  /* Under Unix buf would contain:
	     ../../../nice/and/short.txt */

RETURN VALUE
       Returns	a  copy	 of  the `dest' parameter if it succeeds or NULL if it
       fails (eg. under DOS, one path  starts  with  "C:\"  and	 another  with
       "A:\").

SEE ALSO
       make_absolute_filename(3),  is_relative_filename(3), canonicalize_file‐
       name(3)

Allegro				 version 4.4.2	     make_relative_filename(3)
[top]

List of man pages available for DragonFly

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net