DataFlow.GetFiles(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.