Skip to content

Microsoft FactoryOrchestrator Core IFactoryOrchestratorService EnumerateDirectories(string bool bool)

Microsoft.FactoryOrchestrator.Core

Microsoft.FactoryOrchestrator.Core.IFactoryOrchestratorService

IFactoryOrchestratorService.EnumerateDirectories(string, bool, bool) Method

Returns a list of all directories in a given folder.

System.Collections.Generic.List<string> EnumerateDirectories(string path, bool recursive=false, bool inContainer=false);

Parameters

path System.String
The folder to search.

recursive System.Boolean
If true, search recursively.

inContainer System.Boolean
If true, look for directories in the container running on the connected device.

Returns

System.Collections.Generic.List<System.String>