AWS SDK for C++  0.14.3
AWS SDK for C++
Namespaces | Functions | Variables
FileSystem.h File Reference
#include <aws/core/Core_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSString.h>

Go to the source code of this file.

Namespaces

 Aws
 JSON (JavaScript Object Notation).
 
 Aws::FileSystem
 

Functions

AWS_CORE_API Aws::String Aws::FileSystem::GetHomeDirectory ()
 
AWS_CORE_API bool Aws::FileSystem::CreateDirectoryIfNotExists (const char *path)
 
AWS_CORE_API bool Aws::FileSystem::RemoveFileIfExists (const char *fileName)
 
AWS_CORE_API bool Aws::FileSystem::RelocateFileOrDirectory (const char *from, const char *to)
 
AWS_CORE_API Aws::String Aws::FileSystem::CreateTempFilePath ()
 

Variables

static const char Aws::FileSystem::PATH_DELIM = '/'