[Gambas-user] RDir and symbolic links
Gianluigi
bagonergi at gmail.com
Sat May 4 13:44:24 CEST 2019
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."
This code with True or False prints symbolic links in the same way:
Public Sub Main()
Dim File As String
For Each File In RDir("/path/of/directory", Null, 0, True) ' or False
Print File
Next
End
Who helps me to understand for a correct translation?
Regards
Gianluigi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gambas-basic.org/pipermail/user/attachments/20190504/5a3f8247/attachment.html>
More information about the User
mailing list