TheOfficialFloW / VitaShell

Multi-functional file manager for PS Vita
GNU General Public License v3.0
1.4k stars 224 forks source link

create new files #432

Closed abertschi closed 6 years ago

abertschi commented 6 years ago

As suggested in #380, this pull request implements new file functionality in VitaShell.

A new menu main entry is introduced and covers file and folder creation:

2018-06-16-211143

In case a file exists with the same name, the file is overwritten. Do you like this behaviour or should we rather fail with an error? This is the default for the touch command on linux. If we fail with an error, we probably need an additional internationalization string.

Introduced strings for internationalization:

TheOfficialFloW commented 6 years ago

Awesome! Can you make New file to be on the same height as New -> for a nicer look? Right now, none of the file operations throw an error on conflicts, but simply overwrite, so it is not neccessary right now.

abertschi commented 6 years ago

2018-06-16-215124