No this isn't possible I'm afraid - the browser doesn't have access to the local filesystem for good security reasons, but also, when you 'browserify' or package up node JS modules to be run on the client, they must necessarily use just JavaScript, since that's all the browser can execute. It cannot execute arbitrary C code on the host platform!
There are all sorts of security reasons why this isn't possible. However, what is it you are trying to do? What do you want from, or to do to, the file system? On Thursday, 1 June 2017 19:19:17 UTC+1, meet tank wrote: > > Hello All, > > Is it possible to use nodejs file system module at client side? > > Thanks, > Meet > -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/abc1d222-ecc7-448b-a7e3-e4a50be9fb2b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
