Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 132935
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T06:20:30+00:00 2026-05-11T06:20:30+00:00

I need to generate a unique temporary file with a .csv extension. What I

  • 0

I need to generate a unique temporary file with a .csv extension.

What I do right now is

string filepath = System.IO.Path.GetTempFileName().Replace(".tmp", ".csv"); 

However, this doesn’t guarantee that my .csv file will be unique.

I know the chances I ever got a collision are very low (especially if you consider that I don’t delete the .tmp files), but this code doesn’t looks good to me.

Of course I could manually generate random file names until I eventually find a unique one (which shouldn’t be a problem), but I’m curious to know if others have found a nice way to deal with this problem.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T06:20:30+00:00Added an answer on May 11, 2026 at 6:20 am

    Guaranteed to be (statistically) unique:

    string fileName = System.IO.Path.GetTempPath() + Guid.NewGuid().ToString() + '.csv';  

    (To quote from the wiki article on the probabilty of a collision:

    …one’s annual risk of being hit by a meteorite is estimated to be one chance in 17 billion [19], that means the probability is about 0.00000000006 (6 × 10−11), equivalent to the odds of creating a few tens of trillions of UUIDs in a year and having one duplicate. In other words, only after generating 1 billion UUIDs every second for the next 100 years, the probability of creating just one duplicate would be about 50%. The probability of one duplicate would be about 50% if every person on earth owns 600 million UUIDs

    EDIT: Please also see JaredPar’s comments.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Hi i need to generate 9 digit unique account numbers. Here is my pseudocode:
I need to generate an XML file in C#. I want to write the
I need to generate unique, incremental, numeric transaction id's for each request I make
I need to generate unique machine ID for a CE 6.0 device. On Windows
I need to generate unique 64 bits integers from Python. I've checked out the
I need to generate unique invoice numbers for my Access (2010) database. The numbers
I need to generate a unique code from a single PC, my software will
I need to generate all permutation of a string with selecting some of the
I need to generate unique id attributes within the struts iterator on the lines
I need to generate 8 digit unique id in c#. On my site a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.