You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2020/07/07 14:35:22 UTC

[GitHub] [cordova-plugin-file] klochko7 opened a new issue #407: Get lastModifiedDate from local file.

klochko7 opened a new issue #407:
URL: https://github.com/apache/cordova-plugin-file/issues/407


   Hi all ! Could anyone suggest please, is it possible to get date when file was created ? I copy file to my phone from desktop and property lastModifiedDate returned me time when I copy file to the folder but not when file was created.
   
   ```
       win.resolveLocalFileSystemURL(this.settingsProvider + this.settingsProvider.settings.folder + '/' + result[i].name, function(fileEntry) {
   
                           fileEntry.file(function(file) {
   
                             console.log("capture file", file.lastModifiedDate);
   
                           },    err => {
                             resolve(false);
   
                           });
   
                         },  err => {
                           resolve(false);
   
                         });
   ```
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-plugin-file] timbru31 closed issue #407: Get lastModifiedDate from local file.

Posted by GitBox <gi...@apache.org>.
timbru31 closed issue #407:
URL: https://github.com/apache/cordova-plugin-file/issues/407


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-plugin-file] timbru31 commented on issue #407: Get lastModifiedDate from local file.

Posted by GitBox <gi...@apache.org>.
timbru31 commented on issue #407:
URL: https://github.com/apache/cordova-plugin-file/issues/407#issuecomment-655408701


   Thanks a lot for your issue, however this channel is for bug and feature requests, not for support. 😊  
   You can try asking on [StackOverflow](https://stackoverflow.com/questions/tagged/cordova) or in our [Slack community](http://slack.cordova.io).


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org