M
Marco Shaw
..NET novice**
How does [IO.Path]::GetTempFileName() work? I'm trying to use it to avoid
some kind of race condition, but I need to call it, and get the resulting
temp file into a variable.
Then I'll come back later to actally use that temp file name by writing,
reading, and appending to it later. Eventually, I'll delete it.
I'm just wondering about the creation and deletion criteria...
Marco
How does [IO.Path]::GetTempFileName() work? I'm trying to use it to avoid
some kind of race condition, but I need to call it, and get the resulting
temp file into a variable.
Then I'll come back later to actally use that temp file name by writing,
reading, and appending to it later. Eventually, I'll delete it.
I'm just wondering about the creation and deletion criteria...
Marco