gpt4 book ai didi

boost - boost文件系统可以更改文件的只读属性吗?

转载 作者:行者123 更新时间:2023-12-04 14:07:26 25 4
gpt4 key购买 nike

有没有办法使用 boost 文件系统库将文件的属性从只读更改为读写?如果不是,那么在 Windows 上执行此操作的次佳方法是什么(使用 Microsoft 的 C++)?

最佳答案

我没有在 boost 库中找到如何做到这一点。但是你可以使用 Windows API 来做到这一点:

SetFileAttributes(lpFileName, GetFileAttributes(lpFileName) & ~FILE_ATTRIBUTE_READONLY);

SetFileAttributes FunctionGetFileAttributes Function了解更多信息。

关于boost - boost文件系统可以更改文件的只读属性吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1759783/

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