#include <EFileSystemCommon.h>
| 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::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: