SrejonKhan/AnotherFileBrowser

An issue when using SaveFilePanel with defaultFileName

Mailfth opened this issue · 2 comments

There is a mistake in your code inside the function SaveFilePanel that makes the string defaultFileName make no difference. In your code the function overwrites the defaultFileName and doesn't include it in the default path. Here's how the code should look like (line 90 in my edited code):

What the function should look like

Still, you made a great tool and thank you for that.

Hello,

Thanks for finding it out. You can open a pull request if you would like to. I would be happy to merge your change.

fixed #6. Thanks for your contribution.