Click or drag to resize

FileReadLines Method (String, PathFormat)

[AlphaFS] Reads the lines of a file.

Namespace:  Alphaleonis.Win32.Filesystem
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax
public static IEnumerable<string> ReadLines(
	string path,
	PathFormat pathFormat
)

Parameters

path
Type: SystemString
The file to read.
pathFormat
Type: Alphaleonis.Win32.FilesystemPathFormat
Indicates the format of the path parameter(s).

Return Value

Type: IEnumerableString
All the lines of the file, or the lines that are the result of a query.
See Also