Wednesday, 31 May 2017

Mapping Network Drive Node js

I'm new to node and I'm trying to get a list of files in a network drive using the directory-tree plugin but I'm getting a null return. Has anyone had this problem

var dirTree = require('directory-tree');

var tree = dirTree('\\\\10.10.1.6\\Images');
console.log(tree);



via Jhamar S.

No comments:

Post a Comment