List all files and dirs without recursion with junctions
Posted
by
naxa
on Super User
See other posts from Super User
or by naxa
Published on 2013-01-05T11:00:07Z
Indexed on
2014/08/23
4:23 UTC
Read the original article
Hit count: 362
Is there a native|portable tool that can give me an unicode (or at least system local-compatible) list of all files and directories under a path recursively, without recursing into junction points or links, in Windows?
For example, the built-in dir
command, as well as takeown
and icacls
run into an infinite loop with the Application Data directory (1).
EDIT I would like to be able to get a text file or at least easy clipboard transfer as output.
© Super User or respective owner