PLCnext API Documentation  22.9.0.33
Public Member Functions | Static Public Member Functions | List of all members
Arp::System::Commons::Io::Path Class Reference

Public Member Functions

 Path (void)=delete
 Constructs an File instance. More...
 
 Path (const Path &arg)=delete
 Copy constructor. More...
 
Pathoperator= (const Path &arg)=delete
 Assignment operator. More...
 
 ~Path (void)=delete
 Destructs this instance and frees all resources. More...
 

Static Public Member Functions

static String GetDirectoryName (const String &path)
 
static String GetFileTitle (const String &path)
 
static String GetFileName (const String &path)
 
static String GetExtension (const String &path)
 
static String ChangeExtension (const String &path, const String &newExtension)
 
static String GetFullPath (const String &path)
 
static String GetPathRoot (const String &path)
 
static String Combine (const String &path1, const String &path2)
 
static String GetCanonicalPath (const String &path)
 
static bool AreEqual (const String &path1, const String &path2)
 
static bool IsRelative (const String &path)
 
static bool IsAbsolute (const String &path)
 

Constructor & Destructor Documentation

◆ Path() [1/2]

Arp::System::Commons::Io::Path::Path ( void  )
delete

Constructs an File instance.

◆ Path() [2/2]

Arp::System::Commons::Io::Path::Path ( const Path arg)
delete

Copy constructor.

◆ ~Path()

Arp::System::Commons::Io::Path::~Path ( void  )
delete

Destructs this instance and frees all resources.

Member Function Documentation

◆ operator=()

Path& Arp::System::Commons::Io::Path::operator= ( const Path arg)
delete

Assignment operator.


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