FileOps.$getlasterror()

Function group Execute on client Platform(s)
FileOps NO All

Syntax

FileOps.$getlasterror([&cErrorText])

Description

Returns any errors in cErrorText from the last FileOps method that was executed.

Returns the error code from the last FileOps method executed; also optionally populates cErrorText with a description of the error. If no error occurred, the method returns zero and the error text is empty.

See the FileOps function error codes.