FileDialogOptions.InitialFileName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the initial file name for the input box of the dialog. Leave empty to use the default. This should be just the name of the file, not a path. If an invalid filename is passed, we use the default.
public string InitialFileName { get; init; }
member this.InitialFileName : string with get, set
Public Property InitialFileName As String