4
I’m trying to create something that looks like a input type="file"
, Only instead of uploading a file, you’d have to choose a folder. Something like the "Save As" dialog, where we choose the folder to store the file.
In this example, I would fetch the folder C:/Users/cesarcacao/Desktop
I’d like to put some attempt at code, but I haven’t been able to build anything concrete.
But you want to select the path of that directory?
– Jorge B.
Yes, the game goes around a bit. For example, in the image I put, I would fetch the folder
C:/Users/cesarcacao/Desktop
– CesarMiguel