GetFilePath
| Returns the directory path of the open project. | |
| UI Command: | None. |
| Syntax: | obj.GetFilePath() |
| Parameters: |
None. |
| Return Value: |
BSTR directory path |
| VB Example: | fileDirPath = obj.GetFilePath |
| IPY Example: | oDoc.GetFilePath() |