<div dir="ltr"><div dir="ltr">I don't understand this in the wiki: "If FollowLink is TRUE, then symbolic links on directories are recursed. Otherwise they are processed like normal files."<br>This code with True or False prints symbolic links in the same way:<br><br>Public Sub Main()<br><br>  Dim File As String<br><br>  For Each File In RDir("/path/of/directory", Null, 0, True) ' or False<br>    Print File<br>  Next<br><br>End<br><br>Who helps me to understand for a correct translation?<br><br>Regards<br>Gianluigi<br></div></div>