Is it possible to create a new folder in windows explorer with the current date and time, in the reordered format of YYYY.MM.DD hh.mm.ss. (as appose to DD/MM/YYYY hh:mm:ss).
I’ve almost solved the date and time text string, which will form the new folder’s name - I just need to reorder the date format by swapping the positions of the DD with YYYY. (See attached image)
I’m not sure how to do the folder creation part though. Is there a node which can create a new folder in windows explorer? Or would I need to create a custom code block?
Thanks Andreas_Dieckmann! That’s solved my first issue and made the process of extracting elements from the current date and time a lot easier. I just need a solution for the folder creation part now.