DataFilesLoadFilesInfo(SessionProfile, String) Method

Loads detailed information about all worksheet files exists in the directory.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
C#
public static List<DataFile> LoadFilesInfo(
	SessionProfile sessionProfile,
	string directoryName
)

Parameters

sessionProfile  SessionProfile
directoryName  String
Full path to the directory (including last slash at the end).

Return Value

ListDataFile
Returns detailed information about all files exists in directory.

See Also