Click or drag to resize

SystemUtilityListFiles Method

[Missing <summary> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.SystemUtility.ListFiles(System.String,System.Boolean)"]


Namespace: Scanjour.Workflow4.TestFramework.Internal
Assembly: Scanjour.Workflow4.TestFramework.Internal (in Scanjour.Workflow4.TestFramework.Internal.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public static string[] ListFiles(
	string directory,
	bool recursive
)

Parameters

directory  String

[Missing <param name="directory"/> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.SystemUtility.ListFiles(System.String,System.Boolean)"]

recursive  Boolean

[Missing <param name="recursive"/> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.SystemUtility.ListFiles(System.String,System.Boolean)"]

Return Value

String

[Missing <returns> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.SystemUtility.ListFiles(System.String,System.Boolean)"]

See Also