KhiopsML / kc-electron

The Electron application that encapsulates Khiops Covisualization
BSD 3-Clause Clear License
1 stars 0 forks source link

Import external datas path issue #161

Closed stephanebouget closed 2 months ago

stephanebouget commented 2 months ago

When we save a file with external datas, only the file name is saved, we must save the entire path like that:

image

stephanebouget commented 2 months ago

Javascript does not allow you to retrieve the full path of the file, only its name, so when loading during startup it crashes. fix by passing loading via Electron and the filesystem node?

In the future we will have to keep this in mind because it will not work in a 100% online webapp