Add fast path for move using URI file repository #5517
Labels
optimization
Tickets that could help Fyne apps run faster
Storage
changes relating to Storage Repositories and URIs
Checklist
Is your feature request related to a problem?
Per discussion in #5506 (comment), we can likely use
os.Rename
also for files to move files a lot faster than using the generic URI repository move operation.Is it possible to construct a solution with the existing API?
Yes
Describe the solution you'd like to see.
Use
os.Rename
to move files.The text was updated successfully, but these errors were encountered: