Home
Press ? for keyboard navigation
❮
Read directory sync (readdirSync)
Read directory async error handline
❯
readdir
Read directory async (readdir)
examples/fs/readdir_async.js
const
fs
=
require
(
'fs'
)
fs
.
readdir
(
'.'
,
function
(
err
,
things
)
{
console
.
log
(
things
)
});
Index (i)
Table of Contents (t)
Indexed keywords (k)
Chapter TOC (d)
Hide/Show (h)