I am building an App with .Net Maui and need to access the "medium created date" on .mp4 and .jpg files.
The files are located on my harddrive.
It is not possible to simply access the "file create date", since the files are copys and show a different file create date.
Medium creation date When inspecting the properties on windows I can see the "medium create date".
Different file creation date As you can see the file create date is compleatly different.
Since this is my first question on Stackoverflow I am sorry in advance if the text should be more clear in any way. If I should clarify some things, please let me know.
Help is greatly appreciated! Thank you for your time!