B4J Question Photo File Creation date

Peter Meares

Member
Licensed User
Longtime User
I have searched around and not found a way to get the File Creation date (Modified is available). Has this been sorted by anyone in B4J.
Alternatively has anyone tried the B4A Exif library LINK on B4J. I presume it won't work, but I don't know the subtle differences as some libraries appear to be B4X compatible.

Thanks
 

inakigarm

Well-Known Member
Licensed User
Longtime User
jFilewatcher has this method/property (GetCreationTime)

Syntax
B4X:
GetCreationTime(filePath As String) As long

Return Value
long
 
Upvote 0
Top