FileDialog Methods
Last updated
Was this helpful?
Last updated
Was this helpful?
Cancels the file dialog.
Opens the selected file or the file from the input path. Returns true if successful, false if a warning is shown. Warning will be confirmed, fileDialog will stay open.
True if the open was successful, false if a warning was shown.
Saves to the selected file or the file from the . Returns true if successful, false if a warning is shown. Warning will be confirmed, fileDialog will stay open.
True if the save was successful, false if a warning was shown.
Sets the file name and/or path to the parameter fileNameWithPath.
Parameter
Description
fileNameWithPath
Returns the same instance of the FileDialog on which the method is called, so that you can do FileDialog.SetFileName(fileName).Save();
.
Type: The file name with or without the path that shall be entered in the Textbox.