List all files and dirs without recursion with junctions
- by naxa
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.