IFileAccessor Interface

Provides access to the standard files which are delivered with the application.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.74.9654.0
C#
public interface IFileAccessor

Methods

GetFileByName

Gets the contents of an existing file by the file name.

Unless the requested file exists, throws an exception which type depends on the platform.

  Note

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

GetFiles Retrieves the names of files according to the specified FileTypes and FileOrigins values.

See Also