Get/set a file’s statusCode.
The file’s new statusCode.
Get/set a file’s statusCode. See filesystem specification for more details [TODO: add link].
Note that you should use statusCode 0 for all success responses,
including when responding to a HTTP request. When the request is
later served by the built-in Boomla webserver, it will convert the
0 success statusCode to the default of the HTTP layer which is
200.
Default statusCode is 0, meaning OK.
Getting statusCode.
Mimicking a 404 Not Found response.