AppCore
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
EFileSystemCommon Class Reference

#include <EFileSystemCommon.h>

Static Public Member Functions

static std::string GetFileName (std::string pathName)
 
static std::string GetPathName (std::string fileName)
 
static std::string GetFileName (std::string pathName)
 
static std::string GetPathName (std::string fileName)
 

Member Function Documentation

◆ GetFileName() [1/2]

static std::string EFileSystemCommon::GetFileName ( std::string  pathName)
static

Extracts fileName from full file pathName

Parameters
pathName: string - full file pathName (e.g. c:/user/texts.txt) (works on '/' and also '\' )
Returns
fileName (e.g. texts.txt)
Here is the caller graph for this function:

◆ GetFileName() [2/2]

static std::string EFileSystemCommon::GetFileName ( std::string  pathName)
static

Extracts fileName from full file pathName

Parameters
pathName: string - full file pathName (e.g. c:/user/texts.txt) (works on '/' and also '\' )
Returns
fileName (e.g. texts.txt)

◆ GetPathName() [1/2]

std::string EFileSystemCommon::GetPathName ( std::string  fileName)
static

Extracts path from full file pathName

Parameters
fileName: string - full file pathName (e.g. c:/user/texts.txt) (works on '/' and also '\' )
Returns
path (e.g. c:/user/)

◆ GetPathName() [2/2]

static std::string EFileSystemCommon::GetPathName ( std::string  fileName)
static

Extracts path from full file pathName

Parameters
fileName: string - full file pathName (e.g. c:/user/texts.txt) (works on '/' and also '\' )
Returns
path (e.g. c:/user/)

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