NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

File.GetTempFileName

Returns a unique temporary file name and creates a 0-byte file by that name on disk.

[Visual Basic]
Public Shared Function GetTempFileName() As String
[C#]
public static string GetTempFileName();
[C++]
public: static String* GetTempFileName();
[JScript]
public static function GetTempFileName() : String;

Return Value

The name of the temporary file.

Remarks

See Also

File Class | File Members | System.IO Namespace