Skip to content

Microsoft FactoryOrchestrator Core IFactoryOrchestratorService DeleteFileOrFolder(string bool)

Microsoft.FactoryOrchestrator.Core

Microsoft.FactoryOrchestrator.Core.IFactoryOrchestratorService

IFactoryOrchestratorService.DeleteFileOrFolder(string, bool) Method

Permanently deletes a file or folder. If a folder, all contents are deleted.

void DeleteFileOrFolder(string path, bool deleteInContainer=false);

Parameters

path System.String
File or folder to delete

deleteInContainer System.Boolean
If true, delete the file from the container running on the connected device.