dharmik

@dharmik@linuxusers.in

admin @ linuxusers.in.
student. mostly computers.


bloghttps://dhrm1k.github.io
codeshithttps://github.com/dhrm1k
matrix@spiderham:matrix.org

Location: 23.014509,72.591759

73 following 23 followers

0 ★ 0 ↺

dharmik »
@dharmik@linuxusers.in

can't make the filesystem work on neutralino.js. it's a lightweight electron alternative.

...
0 ★ 0 ↺

dharmik »
@dharmik@linuxusers.in

i have been debugging this since morning. i need coffee.

    ...
    0 ★ 0 ↺

    dharmik »
    @dharmik@linuxusers.in

    ...
    0 ★ 0 ↺

    dharmik »
    @dharmik@linuxusers.in

    this works. the documentations needs a rearrangement.

    Neutralino.init();

    function readDir() {
    Neutralino.filesystem.readDirectory('./resources/')
    .then((result) => console.log(result))
    .catch((err) => console.log(err));
    }

    readDir()

      History