简体   繁体   中英

How to list the files of a directory in Clean

I need to list all files of a directory using the Clean programming language, but I don't know any function to do so. Can someone help me?

您可以使用Directory模块中的 getDirectoryContents函数,该模块与Clean发行版捆绑在一起。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM