Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
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 direc-
     tory is, and returns it as a fully-qualified directory name. This value  is
     cached  so that multiple calls to this function are very efficient. The re-
     turned 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)

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.1.quarterly>

home | help