Faro Engine 0.0.0.b519570 (main)
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Faro::Path Class Reference

#include <Path.hpp>

Public Member Functions

 Path (const Path &path)
 
 Path ()
 
 Path (String path)
 
Path ParentDirectory ()
 
bool Exists ()
 
PathType GetType ()
 
String Get ()
 
Path GetFileName ()
 
Path RemoveExtension ()
 
Path GetRelative (Path path) const
 
Path operator+ (String)
 
bool operator< (const Path &other) const
 

Constructor & Destructor Documentation

◆ Path() [1/3]

Faro::Path::Path ( const Path path)

◆ Path() [2/3]

Faro::Path::Path ( )

◆ Path() [3/3]

Faro::Path::Path ( String  path)

Member Function Documentation

◆ Exists()

bool Faro::Path::Exists ( )

◆ Get()

Faro::String Faro::Path::Get ( )

◆ GetFileName()

Faro::Path Faro::Path::GetFileName ( )

◆ GetRelative()

Faro::Path Faro::Path::GetRelative ( Path  path) const

◆ GetType()

Faro::PathType Faro::Path::GetType ( )

◆ operator+()

Faro::Path Faro::Path::operator+ ( String  addition)

◆ operator<()

bool Faro::Path::operator< ( const Path other) const
inline

◆ ParentDirectory()

Faro::Path Faro::Path::ParentDirectory ( )

◆ RemoveExtension()

Faro::Path Faro::Path::RemoveExtension ( )

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