AWS SDK for C++AWS SDK for C++ Version 1.11.827 |
#include <FileSystemUtils.h>
Provides a fstream around a temporary file. This file gets deleted upon an instance of this class's destructor being called.
Definition at line 34 of file FileSystemUtils.h.
Creates a temporary file with [prefix][temp name][suffix] e.g. prefix of "foo" and suffix of ".bar" will generate foo[some random string].bar
Creates a temporary file with [prefix][temp name] e.g. prefix of "foo" will generate foo[some random string]
Creates a temporary file with a random string for the name.