FreeBSD Manual Pages
XmtGetHomeDir(3) Library Functions Manual XmtGetHomeDir(3) NAME XmtGetHomeDir() - return the user's home directory. SYNOPSIS #include <Xmt/Xmt.h> String XmtGetHomeDir(void) ARGUMENTS INPUTS None. RETURNS The user's home directory. You must not modify or free this value. DESCRIPTION For Unix systems, XmtGetHomeDir() figures out where the user's home directory is, and returns it as a fully-qualified directory name. This value is cached so that multiple calls to this function are very effi- cient. The returned string is owned by Xmt and you must not modify or free it. SEE ALSO Chapter 8, Utility Functions, XmtFindFile(). Xmt Motif Tools XmtGetHomeDir(3)
NAME | SYNOPSIS | ARGUMENTS | DESCRIPTION | SEE ALSO
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=XmtGetHomeDir&sektion=3&manpath=FreeBSD+Ports+15.0>
