DataFlow.GetFiles(String) Method

Definition

Expands the path specified by reading globs and files in folders and outputs one record per file found.

public:
 static Microsoft::DataPrep::Common::DataFlow ^ GetFiles(System::String ^ path);
public static Microsoft.DataPrep.Common.DataFlow GetFiles(string path);
static member GetFiles : string -> Microsoft.DataPrep.Common.DataFlow
Public Shared Function GetFiles (path As String) As DataFlow

Parameters

path
String

The path or paths to expand.

Returns

A new DataFlow object.

Applies to