conaticus / FileExplorer

Fast file explorer written with Tauri and React.
GNU General Public License v2.0
926 stars 69 forks source link

Create & Delete Files #48

Closed conaticus closed 1 year ago

conaticus commented 1 year ago

For issue #36.

conaticus commented 1 year ago

Two notes - first is that for some strange reason the state is not removing directory files when renaming or deleting them. The second is that for some reason there is sometimes a big delay for getting results. Maybe something is running on the same thread that shouldn't be. Maybe it's the mutex cloning.