ArcObjects Library Reference (ArcMapUI)  

IStartupDialog.FilePath Property

An initial file name (may be blank).

[Visual Basic .NET]
Public ReadOnly Property FilePath As String
[C#]
public string FilePath {get;}

Product Availability

Available with ArcGIS Desktop.

Description

FilePath is the filename that will be opened (assumed to be a .mxd or .mxt).

See Also

IStartupDialog Interface