logo
Учебник_ПОА

How to: Save a File to a Folder

You can use the built-in SaveFileDialog component to enable users to save a file to a folder. To display a dialog box, you use the ShowDialog method. You can then check whether the user clicked the OK button by using the DialogResult..::.OK field.