Jean Weets Member Licensed User Longtime User Dec 18, 2014 #1 And there is also a possibility for File.LastModified under B4i ?
Erel B4X founder Staff member Licensed User Longtime User Dec 18, 2014 #2 It is missing by mistake. It will be added in the next update. For now you can get it as a string with this code: B4X: Dim d As String = File.GetAttributes(..., ...).Get("NSFileModificationDate") Upvote 0
It is missing by mistake. It will be added in the next update. For now you can get it as a string with this code: B4X: Dim d As String = File.GetAttributes(..., ...).Get("NSFileModificationDate")