I think I have gotten myself confused here, I'm trying to get the creation time of a file on windows machine and convert this to windowstime, which I think is actually filetime?
Looking at this seems to tell me differently https://msdn.microsoft.com/en-us/library/windows/desktop/ms725496(v=vs.85).aspx
Is filetime the same as windows time?
The aim is to have a powershell or bat script to show the filetime/windows time of that file when it was created.
Any pointers would be grand
Thanks