IFileAccessControl Interface |
Interface that implements the file access control for streams and other file related instructions/functions.
Namespace: WinWrap.Basic.ServerAssembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
Syntaxpublic interface IFileAccessControl
Public Interface IFileAccessControl
public interface class IFileAccessControl
The IFileAccessControl type exposes the following members.
Methods| | Name | Description |
|---|
  | Allow |
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