Lasso Soft Inc. > Home

[File_CurrentError]

[File_CurrentError] reports the last error reported by a file tag. Accepts an optional keyword -ErrorCode that returns the error code rather than the error message.

  • Syntax
  • Parameters
  ... File Tags ...
  [File_CurrentError] 
  [File_CurrentError: -ErrorCode]

Optional Parameters
-ErrorCode If specified, the current error code is returned rather than the current error message.
Examples

To check whether an error occured after performing a file tag:

Use the [Error_CurrentError] tag. In the following example, the error status is returned after a [File_Copy] operation is performed.

<?LassoScript
      File_Copy: '/myfile.txt', '/LogFiles/myfile.txt';
    Output: (File_CurrentError: -ErrorCode) + ': ' + (File_CurrentError);
  ?>
Result:
0: No Error
Tag Link [File_CurrentError] Category File
Type Substitution Data Source Any
Support Preferred Version 3.0
Output Type String or Integer Security Tag,File
Implementation LCAPI Sets Lasso 8.5, Lasso 8.0, Lasso 7.0, Lasso 6.0, Lasso 5.0,LDML3x

Please note that periodically LassoSoft will go through the notes and may incorporate information from them into the documentation. Any submission here gives LassoSoft a non-exclusive license and will be made available in various formats to the Lasso community.

LassoSoft Inc. > Home

 

 

©LassoSoft Inc 2015 | Web Development by Treefrog Inc | PrivacyLegal terms and Shipping | Contact LassoSoft