PLCnext API Documentation
22.9.0.33
|
Public Member Functions | |
Path (void)=delete | |
Constructs an File instance. More... | |
Path (const Path &arg)=delete | |
Copy constructor. More... | |
Path & | operator= (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) |
|
delete |
Constructs an File instance.
|
delete |
Copy constructor.
|
delete |
Destructs this instance and frees all resources.