gpt4 book ai didi

rust - 在Rust中检查路径组件的权限

转载 作者:行者123 更新时间:2023-12-03 11:38:11 24 4
gpt4 key购买 nike

我有一个包含多个/字符的文件路径,这些字符分隔路径组件。有什么办法可以使用<std::path::Components as core::iter::traits::iterator::Iterator>::next检查每个目录和文件的权限?

最佳答案

路径组件本身不是Path。您可能正在寻找 std::path::Path.ancestors() 。您可以遍历这些代码,并根据需要检查它们的metadata()?.permissions().mode()

关于rust - 在Rust中检查路径组件的权限,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/65877702/

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