replace_filename man page on DragonFly

Printed from http://www.polarhome.com/service/man/?qf=replace_filename&af=0&tf=2&of=DragonFly

replace_filename(3)		Allegro manual		   replace_filename(3)

NAME
       replace_filename	 -  Replaces  path+filename  with a new filename tail.
       Allegro game programming library.

SYNOPSIS
       #include <allegro.h>

       char *replace_filename(char *dest, const char *path, const char	*file‐
       name, int size);

DESCRIPTION
       Replaces	 the specified path+filename with a new filename tail, storing
       at most `size' bytes into the `dest' buffer. You can use the same  buf‐
       fer both as input and output because Allegro internally works on a copy
       of the input before touching `dest'. Example:

	  char name[200];
	  ...
	  get_executable_name(name, sizeof(name));
	  replace_filename(name, name, "sound.dat", sizeof(name));

RETURN VALUE
       Returns a copy of the `dest' parameter.

SEE ALSO
       get_filename(3), replace_extension(3), append_filename(3)

Allegro				 version 4.4.2		   replace_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