files-community/Files

Bug: Don't select items that are created externally

開放

#14,011 建立於 2023年11月21日

 (5 則留言) (0 個反應) (0 位負責人)C# (2,719 個分叉)batch import
help wanted

倉庫指標

星標
 (43,502 顆星)
PR 合併指標
 (平均合併 11天 15小時) (30 天內合併 61 個 PR)

描述

Description

I've mainly encountered this with Minecraft servers trying to save the world and failing because Files has select the level.dat file used when made outside of Files, the terminal will report that the file was in use. I've also had this happen with Visual Studio sometimes making a temp file instead. The preview pane isn't open.

Steps To Reproduce

  1. Download Minecraft sever (https://papermc.io/downloads/all)
  2. Start server in terminal (java -jar .jar)
  3. Open world folder
  4. Select level.dat
  5. Wait a bit
  6. See in console failed to rename, file in use error.

Requirements

  • Don't select the file if made outside of files.

Files Version

3.0.9.0

Windows Version

10.0.22621.2506

Log File

debug.log

貢獻者指南