gpt4 book ai didi

fortran - 当文件不存在时,Fortran OPEN 语句中的状态 ='replace'

转载 作者:行者123 更新时间:2023-12-05 02:28:18 25 4
gpt4 key购买 nike

我想知道当status='replace'open 语句if the file DOES NOT exist 中使用时标准是怎么说的。我阅读了不同的答案:

If REPLACE is specified and the file does exist, the file is deleted, a new file is created with the same name, and the status is changed to OLD.

那么当文件不存在时会发生什么?它取决于编译器吗?

最佳答案

也许相当无聊,如果文件不存在,它只是被创建(Fortran 2018,12.5.6.18):

If REPLACE is specified and the file does not already exist, the file is created and the status is changed to OLD.

这意味着,特别是,“替换”一个不存在的文件不是错误。如果您希望这是一个错误,您可以在打开之前检查文件是否存在。

关于fortran - 当文件不存在时,Fortran OPEN 语句中的状态 ='replace',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/72678351/

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