winforms - create txt file in selected location in c# application -
i developing c# application. in form have added 2 buttons. browse
, create file
buttons.
now want use browse button browse location , when click create file
button, create text file in location.
have at
prompts user select location saving file.
or
prompts user select folder.
creates file in specified path.
or even
creates or opens file writing utf-8 encoded text
Comments
Post a Comment