C# Class FluentSharp.NUnit.Extra_IO_ExtensionMethods

Show file Open project: TeamMentor/Master

Public Methods

Method Description
files ( this folders, bool recursive = false ) : List

Returns a unique list of all files inside the list of folders provided

Method Details

files() public static method

Returns a unique list of all files inside the list of folders provided
public static files ( this folders, bool recursive = false ) : List
folders this
recursive bool
return List