How to copy file without changing last modified date?
so there is no way to alter last modified date of an external file?? or at least copy a file to the external card with all its original attributes?????? How come?
I'll appreciate a solution to this relatively simple challenge
File explorer copies files without changing their "last modified" property, File.Copy does change it. Is there a way to copy a file without modifying its "last modified" property ? I've found this link showing how you can set this property in java...
www.b4x.com
Note that the file system doesn't always support it.
The external storage class forces the user to pick a file through files interface. One can not just pick it by its path .
There is no routine which converts in a straightforward manner a regular file to an "external file"
There is no direct way to copy a "regular file" from the device (un protected) internal memory to the sdcard with all its original attributes ... and more
The external storage class forces the user to pick a file through files interface. One can not just pick it by its path .
There is no routine which converts in a straightforward manner a regular file to an "external file"
There is no direct way to copy a "regular file" from the device (un protected) internal memory to the sdcard with all its original attributes ... and more