UOperatingSystemRootDirectory
#include <OperatingSystemSimulator/Public/Core/OperatingSystemRootDirectory.h>class UOperatingSystemRootDirectoryDefined in OperatingSystemRootDirectory.h:17
Inherits:
UOperatingSystemDirectory
Inheritance diagram
Section titled “Inheritance diagram”---
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.
Public Methods
Section titled “Public Methods”| Return | Name | Description |
|---|---|---|
bool | IsUnixRootDirectory virtual const inline override final | Checks if the directory represents a Unix root directory. |
IsUnixRootDirectory
Section titled “IsUnixRootDirectory”virtual const inline override final
virtual inline bool IsUnixRootDirectory() const override finalDefined 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.
Returns
Section titled “Returns”True always.