IFileManager::MakeDirectory

Creates a directory.

Windows
MacOS
Linux

Override Hierarchy

IFileManager::MakeDirectory()

FFileManagerGeneric::MakeDirectory()

References

Module

Core

Header

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

Include

#include "HAL/FileManager.h"

Syntax

bool MakeDirectory
(
    const TCHAR * Path,
    bool Tree
)

Remarks

Creates a directory.

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