|
NAMEXmtGetHomeDir() - return the user's home directory.SYNOPSIS#include <Xmt/Xmt.h>
String XmtGetHomeDir(void) ARGUMENTSINPUTSNone. RETURNS The user's home directory. You must not modify or free this value. DESCRIPTIONFor 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 efficient. The returned string is owned by Xmt and you must not modify or free it.SEE ALSOChapter 8, Utility Functions,XmtFindFile().
Visit the GSP FreeBSD Man Page Interface. |