Hello World! I have looked across the internet on how to change date taken and have only found how to GET date taken. I couldnt figure out how to CHANGE it nor could i find an example. this is the closest I got but script didnt make sense as I didnt really see a class being referenced. http://www.experts-exchange.com/questions/23868806/Looking-for-a-VB-solution-to-change-jpg-Date-Taken-attribute.html this also seemed promising https://technet.microsoft.com/en-us/magazine/2008.03.heyscriptingguy
sure thing #include <array.au3>
#include <GDIPlus.au3>
#include <file.au3>
$msg_normal = 0
Global Const $PropertyTagTypeByte = 1
Global Const $PropertyTagTypeASCII = 2
Global Const $PropertyTagTypeShort = 3
Global Const $PropertyTagTypeLong = 4
Global Const $PropertyTagTypeRational = 5
Global Const $PropertyTagTypeUndefined = 7
Global Const $PropertyTagTypeSLong = 9
Global Const $PropertyTagTypeSRational = 10