GetTempName question

Visual Studio200
If I have more than one session on a server running a script at the exact

same moment (scheduled events), how likely is it that the GetTempName method

of the FileSystem object would return duplicated results across those

sessions?



Does this function use the current date and time as it's random seed?



I have another way to generate unique temp file names using the GUID of the

scriptlet library, but I'm trying to trouble-shoot concurrency issues with

an older script as to whether it is the GetTempName causing the issue.


-