1> cd("/home/joe/book/erlang/Book/code").
/home/joe/book/erlang/Book/code
ok
2> file:list_dir(".").
{ok, ["id3_v1.erl~",
"update_binary_file.beam",
"benchmark_assoc.beam",
....
]}
大家可以發現,輸出的文件列表貌似沒有什么順序,也沒有信息說明某項是文件還是子目錄,更沒有文件大小等信息....想要查看上述這些信息,我們可以使用函數file:read_file_info,詳細介紹見下一篇文章~~
譯自《Programming Erlang》- Chapter 13 - Programming with Files
0 意見