Need help in automating creation date syncing

As file transfers between Android and Windows via MTP overwrites creation with modified times, I came up with a form of redundancy which saves the actual creation times saved in the frontmatter, as seen here:

image

I currently apply the backup creation times using this PowerShell command: $(get-item "file.md").creationtime=$("MM/DD/YYYY HH:mm:ss.SSS"). But as the command has to be done for each file, it’ll take a long time for me to work my way through every note made on my mobile device. I was wondering if someone could help me with making a simple script to bulk-extract the saved creation times and apply it.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.