File Dialog , modify file.

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Mrpaolosarino

Currently, the File dialog can only save, load, add folder, etc (In my current experience right now). Is there any way I can modify it like sorting, renaming, and all kind of stuff?

It is easy to make a custom file dialog where renaming should be a more straightforward process. However, as far as I know there is no method for renaming files at least in the Godot API.

Bubu | 2021-05-04 04:51

:bust_in_silhouette: Reply From: TTF DPC

You can save the currently opened path in a variable and then save the files in the respective path in an array via directory and then sort it manually.