afc_string_temp

Name

afc_string_temp  -- Creates a temporary file name

Synopsis

char * afc_string_temp ( char * path );

Description

This function creates a new string containing an unique name, not avaible in the given path when checking. This is useful when you want to create, for example, some temporary files and want to be sure an unique name is used.

Inputs

path

The path in the filesystem to check against unique name.

Result

Note

See Also