Function NnetSalLst() Foundation
Determines all files marked for deletion which can be recovered (3.x)
NnetSalLst( [<cDirectory>] ; // Default: CurDir()
) --> aRecoverableFiles
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:
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 |
This function is only available under NetWare >3.x
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.