OsDirLinux::OsDirLinux(const OsPathLinux& pathname) : OsDirBase(pathname.data()) { }
// Copy constructor OsPathLinux::OsPathLinux(const OsPathLinux& rOsPath) { *this = rOsPath.data(); }