#include <Path.h>
filesystem::Path::Path |
( |
| ) |
|
|
inlineexplicit |
filesystem::Path::Path |
( |
const Path & |
path | ) |
|
|
inline |
filesystem::Path::Path |
( |
Path && |
path | ) |
|
|
inline |
filesystem::Path::Path |
( |
const std::wstring & |
path | ) |
|
|
inline |
template<class Source >
filesystem::Path::Path |
( |
const Source & |
source | ) |
|
|
inline |
bool filesystem::Path::Compare |
( |
const Path & |
path1, |
|
|
const Path & |
path2 |
|
) |
| |
|
inline |
Porównuje ścieżki. Przed porównaniem ścieżki są normalizowane.
bool filesystem::Path::Exists |
( |
| ) |
const |
|
inline |
Checks if file or directory exists on filesystem.
Check if file exists.
Path filesystem::Path::GetDirectory |
( |
| ) |
const |
|
inline |
std::string filesystem::Path::GetExtension |
( |
| ) |
const |
|
inline |
std::string filesystem::Path::GetFileName |
( |
| ) |
const |
|
inline |
Path filesystem::Path::GetParent |
( |
| ) |
const |
|
inline |
const experimental::path & filesystem::Path::GetStdPath |
( |
| ) |
const |
|
inline |
Returns standard library path. Use only if you must.
bool filesystem::Path::HasExtension |
( |
| ) |
const |
|
inline |
bool filesystem::Path::HasFileName |
( |
| ) |
const |
|
inline |
bool filesystem::Path::HasRoot |
( |
| ) |
const |
|
inline |
bool filesystem::Path::IsAbsolut |
( |
| ) |
const |
|
inline |
bool filesystem::Path::IsRelative |
( |
| ) |
const |
|
inline |
void filesystem::Path::Normalize |
( |
| ) |
|
|
inline |
Normalizuje ścieżkę.
- Attention
- Obecna implementacja może nie działać do końca.
Path & filesystem::Path::operator/= |
( |
const Path & |
other | ) |
|
|
inline |
Path & filesystem::Path::operator= |
( |
const Path & |
other | ) |
|
|
inline |
Path & filesystem::Path::operator= |
( |
Path && |
other | ) |
|
|
inline |
bool filesystem::Path::operator== |
( |
const Path & |
other | ) |
const |
|
inline |
std::string filesystem::Path::String |
( |
| ) |
const |
|
inline |
Path filesystem::Path::WorkingDirectory |
( |
| ) |
|
|
inlinestatic |
experimental::path filesystem::Path::m_path |
|
private |
The documentation for this class was generated from the following file:
- D:/ProgramyVS/SWLibraries/swCommonLib/System/Path.h