View Issue Details

IDProjectCategoryView StatusLast Update
0004741NoesisGUIStudiopublic2026-01-27 14:14
ReporterAntonino Assigned Tojsantos  
PrioritynormalSeveritymajor 
Status assignedResolutionopen 
Product VersionStudio_Beta 
Target VersionStudio_Beta 
Summary0004741: Can't rename folders containing files after first rename operation
Description

Repro Steps:

  • Create a blank project.
  • In Assets, create folder "A".
  • Inside "A", create folder "B"
  • Inside "B", create any asset (Page/Window/etc.).
  • Rename "B" to "TestB".
  • Rename "A" to "TestA".

Actual Result:
The rename of "A" fails and the name reverts to "A".

Expected Result:
Folder renames should succeed regardless of previous rename operations in the hierarchy.

Additional Info:

  • Renaming "A" from the OS file explorer returns Access Denied, indicating the folder is locked by Studio.
  • Further code investigation points to the file watching system (FileWatchers). It appears handles remain open after the first rename, preventing subsequent rename/move operations on parent folders.
  • The bug can be reproduced with any sample project on any folder hierarchy containing at least one file
PlatformAny

Activities

Antonino

Antonino

2026-01-27 12:50

developer   ~0011778

Repro1.mp4 (645,915 bytes)   
Repro2.mp4 (254,641 bytes)   

Issue History

Date Modified Username Field Change
2026-01-27 12:46 Antonino New Issue
2026-01-27 12:50 Antonino Note Added: 0011778
2026-01-27 12:50 Antonino File Added: Repro1.mp4
2026-01-27 12:50 Antonino File Added: Repro2.mp4
2026-01-27 12:52 Antonino Description Updated
2026-01-27 14:14 jsantos Assigned To => jsantos
2026-01-27 14:14 jsantos Status new => assigned
2026-01-27 14:14 jsantos Target Version => Studio_Beta