Function NnetSalLst() Foundation

Determines all files marked for deletion which can be recovered (3.x)

Syntax
NnetSalLst( [<cDirectory>] ;   // Default: CurDir()
          ) --> aRecoverableFiles
Return

Returns a two dimensional array with information about all deleted files which can be recovered using NnetSalvag(). #define constants found in XBTNETW.CH are used to access the subarray elements:

Structure of the NnetSalLst() Subarray
Element Constant Description
1 SAL_NAME File name
2 SAL_SIZE File size
3 SAL_DATE Date of deletion
4 SAL_TIME Time of deletion
5 SAL_DELETOR User who deleted the file

Description

This function is only available under NetWare >3.x

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.