gpt4 book ai didi

file - 在 haskell 中移动目录的最有效方法

转载 作者:行者123 更新时间:2023-12-02 06:13:29 24 4
gpt4 key购买 nike

移动目录及其所有内容的最有效方法是什么?

有没有比循环目录中的每个文件并调用 System.Directory.renameFile 更有效的方法?就在上面吗?

最佳答案

只需使用System.Directory.renameDirectory

λ System.Directory.getDirectoryContents "temp2"
[".","..","x","y"]
λ System.Directory.renameDirectory "temp2" "temp"
λ System.Directory.getDirectoryContents "temp"
[".","..","x","y"]

关于file - 在 haskell 中移动目录的最有效方法,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27307979/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com