FCachedReadPlatformFile::MoveFile

Attempt to move a file. Return true if successful. Will not overwrite existing files.

Windows
MacOS
Linux

Override Hierarchy

IPlatformFile::MoveFile()

FCachedReadPlatformFile::MoveFile()

References

Module

Core

Header

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

Include

#include "HAL/IPlatformFileCachedWrapper.h"

Syntax

virtual bool MoveFile
(
    const TCHAR * To,
    const TCHAR * From
)

Remarks

Attempt to move a file. Return true if successful. Will not overwrite existing files.

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