FCachedReadPlatformFile::CreateDirectory

Create a directory and return true if the directory was created or already existed.

Windows
MacOS
Linux

Override Hierarchy

IPlatformFile::CreateDirectory()

FCachedReadPlatformFile::CreateDirectory()

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/HAL/IPlatformFileCachedWrapper.h

Include

#include "HAL/IPlatformFileCachedWrapper.h"

Syntax

virtual bool CreateDirectory
(
    const TCHAR * Directory
)

Remarks

Create a directory and return true if the directory was created or already existed.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss