# Storage. Read File

Reads the file data and allows saving it to a file.

<table data-header-hidden><thead><tr><th width="184.91668701171875" valign="top"></th><th width="283.08331298828125" valign="top"></th></tr></thead><tbody><tr><td valign="top">GUID/File Name</td><td valign="top">[Text] GUID or file.</td></tr><tr><td valign="top">Save Path</td><td valign="top"><p>[Text] The path to save the file data. If the path is specified with a file name, then turn off the "Add File Name" property.</p><p>If only a directory is specified, then enable this property.</p></td></tr><tr><td valign="top">Add File Name</td><td valign="top"><p>Adds the file name to the "Save Path" property.</p><p>If a file name is specified in the "Save Path" property, then turn off this property.</p></td></tr><tr><td valign="top">Timeout</td><td valign="top">[Number] Timeout in seconds.</td></tr><tr><td valign="top">File Object</td><td valign="top">[Object] The file object. An example of using the object can be viewed in the expression editor.</td></tr><tr><td valign="top">File Path</td><td valign="top">[Text] The full path to the saved file.</td></tr><tr><td valign="top">Error Handling Level</td><td valign="top"><p>Select the error handling level. Possible values:</p><ul><li>"Default" - by default;</li><li>"Ignore" - errors are ignored;</li><li>"Handle" - errors are handled.</li></ul><p>If "Default" is selected, the value from the "Start" block of this diagram will be used.</p></td></tr><tr><td valign="top">Message Level</td><td valign="top"><p>Select the message level that blocks will output during operation. Possible values:</p><ul><li>"Default" - by default;</li><li>"Release" - output is disabled;</li><li>"Debug" - outputs main information;</li><li>"Detailed" - outputs detailed information.</li></ul><p>If "Default" is selected, the value from the "Start" block of this diagram will be used.</p></td></tr><tr><td valign="top">Error Text</td><td valign="top">[Text] Returns detailed information about the error in case of incorrect execution of the block.</td></tr></tbody></table>
