GetTempFileNameSafe()

Path::GetTempFileNameSafe() method

Creates a new file with a unique name and returns a full path to it. Is a synonym of GetTempFileName_() method.

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

Return Value

A full path to the created file

See Also