Hi, Can anyone teach me how can I save a chosen file to a specific directory. I have used FileDialog to allow users to search the file that they wanted.
What do you mean by "save" the selected file?
Copy its contents to a new location?
If so, you need to ask the user for the name and the location to copy the file to.
And then you must read the contents of the file and write it out to the new file.
Bookmarks