VirtualFileSystem icon indicating copy to clipboard operation
VirtualFileSystem copied to clipboard

bug in DeleteDirectory

Open 1260zqs opened this issue 1 year ago • 0 comments

there is example Assets --New Folder --New Folder 1

when i call DeleteDirectory("Assets/New Folder")

// find the path and its children in the index var paths = Index.GetPathsStartingWith(directoryPath); ......

this code will return both New Folder and New Folder 1

1260zqs avatar May 14 '24 17:05 1260zqs