gpt4 book ai didi

julia - 如何确定文件系统路径是否已在 Julia 中使用

转载 作者:行者123 更新时间:2023-12-04 12:21:42 24 4
gpt4 key购买 nike

对于文件,有 isfile ,但是如果我不知道路径是被文件还是目录占用怎么办?
基本上,Julia Base 中是否有一个函数可以执行以下操作:

function is_in_use(path)::Bool
return isfile(path) || isdir(path)
end
也许还有更多的情况可以使用我没有想到的路径,但我希望你能明白。

最佳答案

Like this :

Base.Filesystem.ispath — Function

ispath(path) -> Bool

Return true if a valid filesystem entity exists at path, otherwisereturns false. This is the generalization of isfile, isdir etc.

关于julia - 如何确定文件系统路径是否已在 Julia 中使用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/68782159/

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