Posts by Iuri Gama • 21 points
2 posts
-
0
votes1
answer294
viewsQ: Take folder and file path (at the same time) with Electron
Good morning guys. I wonder if you have how to get the path of files and folders (at the same time) using Electron. I am using 'dialog.showOpenDialog()', but it returns either just folders or only…
-
2
votes1
answer388
viewsQ: Pick up music track information with JS
I’m making a music player using only HTML, CSS and Javascript. I can do everything except grab track information. I can get the length of the track and also the current time, the information I need…