<div dir="auto">Hi,<div dir="auto"><br></div><div dir="auto">I am not sure if any programming language (let alone Erlang) does that while listing folder contents. The . and .. are mere references to current folder and the parent folder by the OS, they does not exist in real if I am not wrong.</div><div dir="auto"><br></div><div dir="auto">Vimal</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, 29 Jun 2021, 09:41 Yao Bao, <<a href="mailto:free7by@163.com">free7by@163.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
I'm trying to list all files in a directory, then I found file:list_dir/1, it works fine but dot(.) and dot-dot(..) is missing.<br>
<br>
I would expect the result from file:list_dir/1 in Erlang is the same as readdir(dirp) in C.<br>
<br>
Is there any (historical) reason why these two special directories missing from the return?<br>
<br>
Cheers,<br>
Yao<br>
</blockquote></div>