FileDialog - Ability to copy, cut, paste, delete files #4470
valkyrienyanko
started this conversation in
GUI
Replies: 1 comment
-
I often have several projects opened, and copy files from one to another. And I really think this would be handy if I could select files and copy them right in godot (RMB-copy files) and then switch to another project (editor) and RMB- paste files. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have created a mod loader with a "Open Mods Folder" button with the intention of allowing users to manage mods easily by copy pasting mods they forgot to put in the mods folder. Clicking on the button would spawn a FileDialog window. The problem is you can't right click on any of the files to copy, cut, delete, paste the mod folders inside the FileDialog window.
Edit: Just found out this is a thing https://stackoverflow.com/questions/1746079/how-can-i-open-windows-explorer-to-a-certain-directory-from-within-a-wpf-app
Beta Was this translation helpful? Give feedback.
All reactions