Click or drag to resize

IFileAccessControl Interface

Interface that implements the file access control for streams and other file related instructions/functions.

Namespace: WinWrap.Basic.Server
Assembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
Syntax
public interface IFileAccessControl

The IFileAccessControl type exposes the following members.

Methods
 NameDescription
Public methodCode exampleAllow Determine the correct file path or reject it.
Top
Remarks
The file access control interface allows the host application to determine where files are actually stored.

Requires WinWrap Basic v10.60+.

See Also