Click or drag to resize
DirectoryExtrasGetFilesRecursive Method
get all the files under a folder

Namespace: ANDREICSLIB.ClassExtras
Assembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static IEnumerable<string> GetFilesRecursive(
	string absolutePath
)

Parameters

absolutePath
Type: SystemString
must be the absolute path, not the relative path

Return Value

Type: IEnumerableString
See Also