I need to create a directory with the name of the current date and time (on the end users machine).
Can anyone tell me how to do this?
Preferably, I'd like to name my folder "yy-mm-dd.hhmmss"
or something similar to that.
Thanks!
dated folder name
3 posts
nsisdt from the archive download page can return the current date in any format you want. Once you have the date, you can easily use CreateDirectory with it.
Thanks, it worked like a dream!