I need to select directory and i checked examples but i have something different <input type='file'/>
is not a solution for me.
I want to open like File Dialog in my mvc application and select directory then keep that way and create a file in that way.
I have a example image for this
Is there any way to do with JS/Html?
Any ideas?