Return a random filename
Namespace: LLCryptoLib.ShredAssembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)
Syntax
C# |
---|
public string GetRandomFileName(
uint characters
) |
Visual Basic |
---|
Public Function GetRandomFileName ( _
characters As UInteger _
) As String |
Visual C++ |
---|
public:
String^ GetRandomFileName(
unsigned int characters
) |
Parameters
- characters
- Type: System..::..UInt32
The number of characters in the file name
Return Value
A random filename of 'characters' number of character. A dot will be placed before the last three characters, ie: ejeskjekjw.ejh
See Also