BinData.loadFile Method

Syntax

public boolean loadFile(
    str filename, 
   [int offset, 
    int length])

Run On

Called

Parameters

  • filename
    Type: str
  • offset
    Type: int
  • length
    Type: int

Remarks

If an attacker can control input to the loadFile method, a security risk exists. Therefore, this method runs under Code Access Security. Calls to this method on the server require permission. Make sure that the user has development privileges by setting the security key to SysDevelopment on the control that calls this method.

See Also

Reference

BinData Class