Skip to content

UOperatingSystemRootDirectory

#include <OperatingSystemSimulator/Public/Core/OperatingSystemRootDirectory.h>
class UOperatingSystemRootDirectory

Defined in OperatingSystemRootDirectory.h:17

Inherits: UOperatingSystemDirectory

---
config:
  class:
    hideEmptyMembersBox: true
---
classDiagram
  class UOperatingSystemRootDirectory["UOperatingSystemRootDirectory"]
  class UOperatingSystemDirectory["UOperatingSystemDirectory"]
  UOperatingSystemDirectory <|-- UOperatingSystemRootDirectory

Represents the root directory of the operating system.

This class extends the UOperatingSystemDirectory class and represents the root directory of the operating system. It provides the necessary functionality to determine if it represents a Unix root directory.

ReturnNameDescription
boolIsUnixRootDirectory virtual const inline override finalChecks if the directory represents a Unix root directory.

virtual const inline override final

virtual inline bool IsUnixRootDirectory() const override final

Defined in OperatingSystemRootDirectory.h:30 Checks if the directory represents a Unix root directory.

This method checks whether the current directory object represents a Unix root directory.

True always.