1MAIL::HOMEDIR(3x) Miscellaneous functions MAIL::HOMEDIR(3x)
23
4
NAME
6mail::homedir - Return the home directory.
7
SYNOPSIS
9#include <libmail/mail.H>
1011
12
13
std::string homedir=mail::homedir(void);
14
USAGE
16This function returns the home directory of the application's process
17ID.
18
RETURN CODES
20The home directory, as a text string.
2122
23
24
10 April 2006 MAIL::HOMEDIR(3x)