gpt4 book ai didi

Windows 中的 Python os.mknod

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

我试图使用 os.mknod在 Windows 7 中的 Python 3.5.0 中的函数,但是我发现错误:

Traceback (most recent call last):
File "<pyshell#1>", line 1, in <module>
os.mknod
AttributeError: module 'os' has no attribute 'mknod'

我想它应该在那里,因为 https://docs.python.org/3/library/os.html没有说有限的可用性。在 Windows 中是否有其他选项可用于类似功能?我只是想在特定路径中创建一个空文件,我想调用 open(path, 'w')这有点难看。

我不知道这是否是版本特定的问题,因为我以前从未在 Windows 中使用过 Python。

最佳答案

commit in 2016 , 这是 now documented :

Availability: Unix.

关于Windows 中的 Python os.mknod,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33421615/

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