GetTempFileName_()

Path::GetTempFileName_() method

Creates a new file with a unique name and returns a full path to it.

static String System::IO::Path::GetTempFileName_()

Return Value

A full path to the created file

See Also