DEV Community

swapaneel utture
swapaneel utture

Posted on

Electron application is checking read/write access from root directory to current directory

Hey we are launching electron application from D:Common/Application/ElectronForAP for user1.

While launching ElectronForAP application, it is checking write/read access in D:, D:Common/, D:Common/Application/ and D:Common/Application/ElectronForAP path (From root directory to current directory).

User1 has read/write access to D:Common/Application/ElectronForAP path but user1 does not have read/write access to D:, D:Common/, D:Common/Application/ directory .So ElectronForAP application is not launching.

Can we change configuration in electron application to stop checking read/write access in D:, D:Common/, D:Common/Application/ directory ?

Top comments (0)