[#BloombergLP-bdls-FilesystemUtil-makeUnsafeTemporaryFilename-0c] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdls.adoc[bdls]::xref:BloombergLP/bdls/FilesystemUtil.adoc[FilesystemUtil]::makeUnsafeTemporaryFilename :relfileprefix: ../../../ :mrdocs: Construct a temporary file name by appending a suffix to `prefix`. == Synopsis Declared in `<bdls_filesystemutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void makeUnsafeTemporaryFilename( std::pmr::string* outPath, std::string_view const& prefix); ---- == Description Same as the overload taking `bsl::string *`. == Parameters [cols="1,4"] |=== | Name| Description | *outPath* | receives the constructed file name | *prefix* | prefix of the generated file name |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#