AWS SDK for C++AWS SDK for C++ Version 1.11.440 |
Visitor for a Directory Tree traversal. Return true to continue the traversal, false to exit the traversal immediately.
Definition at line 169 of file FileSystem.h.
Type of directory entry encountered.
Enumerator | |
---|---|
None | |
File | |
Symlink | |
Directory |
Definition at line 95 of file FileSystem.h.
false
Creates directory if it doesn't exist. Returns true if the directory was created or already exists. False for failure.
path,the | absolute path of the directory. |
createParentDirs,if | true, then this function will create missing directories on the path like linux command: mkdir -p |
Computes a unique tmp file path
Copies a directory and all of its contents.
Deletes a directory and all of its contents.
Returns the directory path for the directory containing the currently running executable
Returns the directory path for the home dir env variable
Joins the leftSegment and rightSegment of a path together using the specified delimiter. e.g. with delimiter & C:\users\name\ and .aws becomes C:\users\name&.aws
Joins the leftSegment and rightSegment of a path together using platform specific delimiter. e.g. C:\users\name\ and .aws becomes C:\users\name.aws
""
Opens a directory for traversal.
Moves the file. Returns true on success
Creates directory if it doesn't exist. Returns true if the directory was created or already exists. False for failure.
Deletes file if it exists. Returns true if file doesn't exist or on success.
Definition at line 24 of file FileSystem.h.