<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
<br class="">
<div><br class="">
<blockquote type="cite" class="">
<div class="">On Jul 20, 2022, at 11:19 AM, <a href="mailto:maxxedev@gmail.com" class="">
maxxedev@gmail.com</a> wrote:</div>
<br class="Apple-interchange-newline">
<div class=""><span style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; float: none; display: inline !important;" class="">Motivation
 is: how could one replicate "ls -l" functionality in Java?</span><br style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class="">
<span style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; float: none; display: inline !important;" class="">"ls
 -l" does show the link target even if it's missing.</span></div>
</blockquote>
</div>
<br class="">
<div class="">How about <a href="https://docs.oracle.com/en/java/javase/18/docs/api/java.base/java/nio/file/Files.html#readSymbolicLink(java.nio.file.Path)?" class="">https://docs.oracle.com/en/java/javase/18/docs/api/java.base/java/nio/file/Files.html#readSymbolicLink(java.nio.file.Path)?</a></div>
<div class=""><br class="">
</div>
<div class="">Brian</div>
</body>
</html>