Function : OS File

OSGetDataDirectory - Get the pathname of the local Domino or Notes data directory.
----------------------------------------------------------------------------------------------------------

#include <osfile.h>

WORD LNPUBLIC OSGetDataDirectory(
char far *retPathName);

Description :

Given the address of a text buffer, this function returns the path specification of the local Domino or Notes data directory. It also returns the length of that null-terminated string. OSGetDataDirectory is equivalent to using OSGetEnvironmentString to obtain the value of the "Directory=" environment variable from notes.ini.

Parameters :

See Also :

NSFDbPathGet
----------------------------------------------------------------------------------------------------------