VirtualFileSystem
VirtualFileSystem copied to clipboard
bug in DeleteDirectory
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