Open ssdulawat opened 2 years ago
Please let me know for the solution. I am using libaums 0.7.4
You are copying a stream of bytes, you have to set the timestamps yourself. This is currently not exposed over the public API but probably not too hard to add.
How to set timestamp on outputStream file that library method there is no way to add it. please suggest me any example.
Currently, there is no way. You would need to add this to the UsbFile
API. I am happy to take a Pull Request for that :)
Problem
When copy file from internal storage to USB storage that time the file copy with current time stamp
Expected behavior
Copy file with same time stamp from source file
Actual behavior
Stacktrace of Excpetion
Code where problem occurs