CarcaBot Well-known member Joined Apr 23, 2007 Messages 47 Location Romania Programming Experience Beginner May 27, 2007 #1 Someone can give a simple function for name generator no special chars with length ? thx in adv
JohnH VB.NET Forum Moderator Staff member Joined Dec 17, 2005 Messages 15,875 Location Norway Programming Experience 10+ May 27, 2007 #2 Look into the shared System.IO.Path methods GetTempFileName and GetRandomFileName. Upvote 0 Downvote
CarcaBot Well-known member Joined Apr 23, 2007 Messages 47 Location Romania Programming Experience Beginner May 27, 2007 #3 i can't find getrandomfilename i saw on google a function which declare how many letters to be and which but didn't work. Upvote 0 Downvote
i can't find getrandomfilename i saw on google a function which declare how many letters to be and which but didn't work.
JohnH VB.NET Forum Moderator Staff member Joined Dec 17, 2005 Messages 15,875 Location Norway Programming Experience 10+ May 27, 2007 #4 Pressing F1 will get you to local help where you can find it, it is highly recommended that you learn how to use the documentation for the .Net Framework library, it is splendidly described with much code examples and all. Here is the online documentation pages for your convenience: http://msdn2.microsoft.com/en-us/library/system.io.path.gettempfilename.aspx http://msdn2.microsoft.com/en-us/library/system.io.path.getrandomfilename.aspx Upvote 0 Downvote
Pressing F1 will get you to local help where you can find it, it is highly recommended that you learn how to use the documentation for the .Net Framework library, it is splendidly described with much code examples and all. Here is the online documentation pages for your convenience: http://msdn2.microsoft.com/en-us/library/system.io.path.gettempfilename.aspx http://msdn2.microsoft.com/en-us/library/system.io.path.getrandomfilename.aspx
CarcaBot Well-known member Joined Apr 23, 2007 Messages 47 Location Romania Programming Experience Beginner May 27, 2007 #5 thank you very much , i'll take a look Upvote 0 Downvote