AWS SDK for C++

AWS SDK for C++ Version 1.11.827

Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
Aws::Utils::PathUtils Class Reference

#include <FileSystemUtils.h>

Static Public Member Functions

 
 

Detailed Description

Definition at line 55 of file FileSystemUtils.h.

Member Function Documentation

◆ GetFileNameFromPathWithExt()

static Aws::String Aws::Utils::PathUtils::GetFileNameFromPathWithExt ( const Aws::String path)
static

Get file name from it's full path, e.g get "file1.ext" from "/path/to/file1.ext"; get "file2" from "/path/to/file2"

◆ GetFileNameFromPathWithoutExt()

static Aws::String Aws::Utils::PathUtils::GetFileNameFromPathWithoutExt ( const Aws::String path)
static

Get file name from it's full path, e.g get "file1" from "/path/to/file1.ext"; get "file2" from "/path/to/file2"


The documentation for this class was generated from the following file: