AppCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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

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:

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)
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/)
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: