DragonFly On-Line Manual Pages

Search: Section:  


EZ_TildeExpand(3)               EZWGL Functions              EZ_TildeExpand(3)

NAME

EZ_TildeExpand - replace leading ~ by the current value of the 'HOME'

SYNOPSIS

#include <EZ.h> char *EZ_TildeExpand(char *path)

ARGUMENTS

path Specifies a path, ':' separated directory names.

DESCRIPTION

EZ_TildeExpand replace all leading ~ in path by the current value of the environment variable HOME. The return value should be freed after use.

SEE ALSO

EZ_GlobFiles(3) EZWGL EZ_TildeExpand(3)

Search: Section: