Reads binary data of the file in the site's file system.

Syntax

Smartsite SXML CopyCode image Copy Code
datatable filesystem.readbinarydata(string path)

Parameters

Name Data Type Description
path String The path.

Return Value

Data Type Description
DataTable A datatable containing the binary data of the file.
SXML