[#BloombergLP-bdls-FilesystemUtil-getSystemTemporaryDirectory-07f] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdls.adoc[bdls]::xref:BloombergLP/bdls/FilesystemUtil.adoc[FilesystemUtil]::getSystemTemporaryDirectory :relfileprefix: ../../../ :mrdocs: Load a valid path to the system temporary directory to the specified `path`. Return 0 on success, and a non‐zero value otherwise. A temporary directory is one in which the operating system has permission to delete its contents, but not necessarily the directory itself, the next time the computer reboots. == Synopsis Declared in `<bdls_filesystemutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int getSystemTemporaryDirectory(xref:bsl/string.adoc[bsl::string]* path); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#