Skip to content

Microsoft FactoryOrchestrator Core IFactoryOrchestratorService MoveFileOrFolder(string string bool)

Microsoft.FactoryOrchestrator.Core

Microsoft.FactoryOrchestrator.Core.IFactoryOrchestratorService

IFactoryOrchestratorService.MoveFileOrFolder(string, string, bool) Method

Moves a file or folder to a new location.

void MoveFileOrFolder(string sourcePath, string destinationPath, bool moveInContainer=false);

Parameters

sourcePath System.String
File or folder to move

destinationPath System.String
Destination path

moveInContainer System.Boolean
If true, move the file from the container running on the connected device.