openmobilehub / android-omh-storage

https://www.openmobilehub.org
Apache License 2.0
4 stars 1 forks source link

Ability to rename a file/folder #109

Open TranceLove opened 1 week ago

TranceLove commented 1 week ago

Checklist

Is your feature request related to a problem? Please describe. We should have the ability to simply rename a file/folder, without changing its contents.

Current OmhStorageClient.updateFile() only updates its contents with a java.io.File instance, and cannot rename a folder.

Describe the solution you'd like Add a rename(fileId: String) method to OmhStorageClient, and implement it at all storage providers

Describe alternatives you've considered N/A

Additional context N/A