Click here to Skip to main content
16,006,341 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I need help.
I want the code to save the browsed file by filedialog box into the folder of the project
Posted

1 solution

1. Check for dialogresult =ok for filedialog
2. Get full file name from filediqlog.
3. Get application startup path
4. Use file.copy static function to cpy 2 to 3
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900