NAME
DtGetDirectory - Get the directory name of the export
directory.
SYNOPSIS
#include <Dt.h>
int DtGetDirectory( char **directory )
DESCRIPTION
DtGetDirectory() returns the directory name pointed to by
the GameExport export Directory Browser, if the translator
is being run by GameExport. Other implementations allow the
user to choose this directory by other means.
DtGetDirectory() should be used to determine the default
directory for desired output.
A read-only pointer to the name of the directory is placed
in the variable pointed to by directory. This array is an
internal buffer. Do not free or modify the directory name.
DIAGNOSTICS
DtGetDirectory() returns one on success and zero on failure.
FILES
Link with -lDtOMio