MichiSpebach / mammutmap

GNU Affero General Public License v3.0
11 stars 3 forks source link

rename local files and folders with browser #21

Open MichiSpebach opened 1 year ago

MichiSpebach commented 1 year ago

implement rename(oldPath: string, newPath: string): Promise<void> in src/browserApp/FileSystemAccessApiAdapter.ts grafik https://developer.mozilla.org/en-US/docs/Web/API/File_System_Access_API does not contain a simple rename method yet, so it needs to be made out of of the existing methods