You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
with above line i get the file and directory names. But dir names are just truncated file path in children.
result-> file.txt, dirname, dirname2
directory names are actually pointing to the files in child directories but truncated.
i.e -> dirname/file-in-child.txt
The text was updated successfully, but these errors were encountered:
example:
const files = klawSync(os.homedir()+'/Documents', {nodir: true, depthLimit: 0});
with above line i get the file and directory names. But dir names are just truncated file path in children.
result->
file.txt, dirname, dirname2
directory names are actually pointing to the files in child directories but truncated.
i.e ->
dirname/file-in-child.txt
The text was updated successfully, but these errors were encountered: