3#include "mc/_HeaderOutputPredefine.h"
7namespace Core {
class FileSystemImpl; }
8namespace Core {
class PathView; }
9namespace Core {
class Result; }
31 uint64& outBytesWritten,
32 uint64& outBytesRemaining
Definition BufferedFileOperations.h:14
static MCAPI ::Core::Result moveFile(::Core::FileSystemImpl *pSourceTransaction, ::Core::PathView sourceFilePath, ::Core::FileSystemImpl *pTargetTransaction, ::Core::PathView targetFilePath)
static MCAPI ::Core::Result moveDirectory(::Core::FileSystemImpl *pSourceTransaction, ::Core::PathView sourceDirectoryPath, ::Core::FileSystemImpl *pTargetTransaction, ::Core::PathView targetDirectoryPath)
static MCAPI ::Core::Result copyFileWithLimit(::Core::FileSystemImpl *pSourceTransaction, ::Core::PathView sourceFilePath, ::Core::FileSystemImpl *pTargetTransaction, ::Core::PathView targetFilePath, uint64 startPosition, uint64 &outBytesWritten, uint64 &outBytesRemaining)
static MCAPI ::Core::Result copyFile(::Core::FileSystemImpl *pSourceTransaction, ::Core::PathView sourceFilePath, ::Core::FileSystemImpl *pTargetTransaction, ::Core::PathView targetFilePath)
Definition FileSystemImpl.h:31