9namespace Arp {
namespace System {
namespace Commons {
namespace Io
static String GetExtension(const String &path)
Get extension of a file.
static String GetCanonicalPath(const String &path)
Get the canonical path.
static bool AreEqual(const String &path1, const String &path2)
Checks whether two paths are equal.
Path & operator=(const Path &arg)=delete
Assignment operator.
static String ChangeExtension(const String &path, const String &newExtension)
Change extension of a file.
Path(void)=delete
Constructs an File instance.
static bool IsAbsolute(const String &path)
Checks whether a path is absolute.
static String GetFileTitle(const String &path)
Get title of a file.
~Path(void)=delete
Destructs this instance and frees all resources.
static String GetDirectoryName(const String &path)
Get the directory name of a path.
static String GetPathRoot(const String &path)
Get root of a file path.
static String Combine(const String &path1, const String &path2)
Combines two paths.
static String GetFileName(const String &path)
Get name of a file.
static String GetFullPath(const String &path)
Get name of a path.
static bool IsRelative(const String &path)
Checks whether a path is relative.
Path(const Path &arg)=delete
Copy constructor.
@ System
System components used by the System, Device, Plc or Io domains.
Root namespace for the PLCnext API