|
|
| Path (const Path &path)=default |
| |
|
| Path (Path &&path)=default |
| |
|
| Path (const std::wstring &path) |
| |
|
template<class Source > |
| | Path (const Source &source) |
| |
|
Path & | operator= (const Path &other) |
| |
|
Path & | operator= (Path &&other) |
| |
|
Path & | operator/= (const Path &other) |
| |
|
bool | operator== (const Path &other) const |
| |
|
bool | operator!= (const Path &other) const |
| |
|
bool | operator< (const Path &other) const |
| |
|
bool | operator<= (const Path &other) const |
| |
|
bool | operator> (const Path &other) const |
| |
|
bool | operator>= (const Path &other) const |
| |
|
std::string | String () const |
| | Porównuje ścieżki. Przed porównaniem ścieżki są normalizowane. Paths must exist on file system.
|
| |
|
std::wstring | WString () const |
| |
|
std::string | GetFileName () const |
| |
|
std::string | GetExtension () const |
| |
|
Path | GetParent () const |
| |
|
Path | GetDirectory () const |
| |
| void | Normalize () |
| | Normalizuje ścieżkę. More...
|
| |
|
bool | HasFileName () const |
| |
|
bool | HasExtension () const |
| |
|
bool | IsRelative () const |
| |
|
bool | IsAbsolut () const |
| |
| bool | Exists () const |
| | Checks if file or directory exists on filesystem. More...
|
| |
|
|
static Path | WorkingDirectory () |
| |
| bool filesystem::Path::Exists |
( |
| ) |
const |
|
inline |
Checks if file or directory exists on filesystem.
Check if file exists.
| void filesystem::Path::Normalize |
( |
| ) |
|
|
inline |
Normalizuje ścieżkę.
- Attention
- Obecna implementacja może nie działać do końca.
The documentation for this class was generated from the following file: