GetFileDir

Returns the directory path of the open project.
UI Command:   None.
Syntax:   obj.GetFileDir()
Parameters:  

None.

Return Value:  

BSTR directory path

VB Example:   fileDirPath = obj.GetFileDir
IPY Example:   oDoc.GetFileDir()