You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Vuetify Version: 3.7.1 Last working version: 3.6.0 Vue Version: 3.5.6 Browsers: Chrome 128.0.0.0 OS: Windows 10
Steps to reproduce
Load any file and you see that the output below changes from "None" to an empty string.
Is there any way to obtain the file path? As is it is a widget not useful.
I'm running inside Electron.
Expected Behavior
To have somewhere the file path to open. Note that I have to send the file path to the Electron main process to open and process the file.
Warning The path property that Electron adds to the File interface is deprecated and will be removed in a future Electron release. We recommend you use webUtils.getPathForFile instead.
Thanks for the suggestion! Electron documentation is a little shallow on this, for example does not mention that winUtils should be accessed in preload.js. Anyway, solved and thanks again!
Environment
Vuetify Version: 3.7.1
Last working version: 3.6.0
Vue Version: 3.5.6
Browsers: Chrome 128.0.0.0
OS: Windows 10
Steps to reproduce
Load any file and you see that the output below changes from "None" to an empty string.
Is there any way to obtain the file path? As is it is a widget not useful.
I'm running inside Electron.
Expected Behavior
To have somewhere the file path to open. Note that I have to send the file path to the Electron main process to open and process the file.
Actual Behavior
The widget provides an empty string.
Reproduction Link
https://play.vuetifyjs.com/#...
Other comments
Don't know when It was working.
The text was updated successfully, but these errors were encountered: