C#: What is the fastest way to generate a unique filename?

前端 未结 8 1116
别那么骄傲
别那么骄傲 2020-12-23 20:42

I\'ve seen several suggestions on naming files randomly, including using

System.IO.Path.GetRandomFileName()

or using a

Sy         


        
8条回答
提交回复
热议问题