Click or drag to resize

FilesHelperGetAllFiles(String) Method

Framework to automate tests using Selenium WebDriver
Gets all files from folder.

Namespace: Ocaramba.Helpers
Assembly: OcarambaLite (in OcarambaLite.dll) Version: 1.0.0+d8e789f8644d1a9b63485ad7914acf4f489f3ef9
Syntax
C#
public static ICollection<FileInfo> GetAllFiles(
	string folder
)
Request Example

Parameters

folder  String
The folder.

Return Value

ICollectionFileInfo
Collection of files.
Example
How to use it:
C#
var files = GetAllFiles(folder);
See Also