Skip to content

Fixed destination file extension by mimeType in copyFolderTo()#121

Open
gee12 wants to merge 1 commit intoanggrayudi:masterfrom
gee12:copy_folder_to_fix
Open

Fixed destination file extension by mimeType in copyFolderTo()#121
gee12 wants to merge 1 commit intoanggrayudi:masterfrom
gee12:copy_folder_to_fix

Conversation

@gee12
Copy link
Contributor

@gee12 gee12 commented May 25, 2023

Removed passing the mimeType to makeFile() for files when copying with DocumentFile.copyFolderTo(), which is why the extension of the copied files changed (because in system fileMimeTypeMap.java by this mimeType has no exact match with the extension, e.g. "text/html" corresponds to "htm", which led to copying the file "file.html " in "file.html.htm ").
With this change, the file extension and its name do not change, which is required.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant