gpt4 book ai didi

c# - 创建文件而不打开/锁定它?

转载 作者:太空狗 更新时间:2023-10-30 00:04:08 25 4
gpt4 key购买 nike

有谁知道无需实际打开/锁定文件即可(相当简单)创建文件的方法吗?在 File 类中,创建文件的方法总是返回一个 FileStream。我想要做的是创建一个文件,重命名它(使用 File.Move)然后使用它。

现在我必须:

  • 创建它
  • 关闭
  • 重命名
  • 重新打开使用

最佳答案

也许你可以尝试使用 File.WriteAllText Method (String, String)带有文件名和一个空字符串。

Creates a new file, writes the specified string to the file, and then closes the file. If the target file already exists, it is overwritten.

关于c# - 创建文件而不打开/锁定它?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2116161/

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