I am using the SaveItemDialog to select an output featureclass. The featureclass may or may not exist, if it exists, I will delete it
The problem is that when I browse to an enterprise geodatabase and select an existing featureclass, the Name field of the dialog will correctly show the name as {database}.{schema}.{name}, but the result of the dialog (saveDialog.FilePath) will only have {database}.{schema} , without the selected name
How can I fix this?