public static CreateAndOpenUniqueTempFile ( string dir, Stream &fs, string &filename ) : void | ||
dir | string | |
fs | Stream | |
filename | string | |
return | void |
The System.IO.Path.GetRandomFileName() method is not available on the Compact Framework, so this library provides its own substitute on NETCF.
This method produces a filename of the form DotNetZip-xxxxxxxx.tmp, where xxxxxxxx is replaced by randomly chosen characters, and creates that file.
public static CreateAndOpenUniqueTempFile ( string dir, Stream &fs, string &filename ) : void | ||
dir | string | |
fs | Stream | |
filename | string | |
return | void |