Skip to content
⌘ NSIS Forum Archive

How to generate a random filename in nsi?

5 posts

xinpule#

How to generate a random filename in nsi?

How to generate a random filename in nsi? Or How to generate a temp filename?
xinpule#
Thank you! Another question, is there a function like strtok to explode a string by some haystack?
Red Wine#
There is a function ${StrTok} within the included StrFunc header, might be what you're looking.