IPlatformFile::DeleteDirectory

Delete a directory and return true if the directory was deleted or otherwise does not exist.

Windows
MacOS
Linux

Override Hierarchy

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformFile.h

Include

#include "GenericPlatform/GenericPlatformFile.h"

Syntax

bool DeleteDirectory
(
    const TCHAR * Directory
)

Remarks

Delete a directory and return true if the directory was deleted or otherwise does not exist.

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