How to know the next temp file to be created in windows?

Posted by Mike on Stack Overflow See other posts from Stack Overflow or by Mike
Published on 2010-05-27T14:29:38Z Indexed on 2010/05/27 14:31 UTC
Read the original article Hit count: 267

Filed under:
|
|
|

I am by no means a programmer but currently am wondering if an application creates a temp file that windows names. For example the file it creates is tmp001, is there a way i can take that name tmp001 and ask windows to give me the next temp file it would create before it creates it.

Thanks,

Mike

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET