SessionsManager.GetFileByName Method

Gets the file contents by the file name.

  Note

The format of file name (absolute or relative path, which folder is the base, encoding, etc) depends on the platform.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public abstract Stream GetFileByName(
	string fileName
)

Parameters

fileName  String
File name to get the contents by.

Return Value

Stream
The file contents as a stream.

See Also