|
|
|
|
|
RecycleBinListFile (Function) In french: CorbeilleListeFichier Lists the files found in the recycle bin of the system.
sMyBinList is string
ListDeleteAll(LIST_Bin)
sMyBinList = RecycleBinListFile()
ListAdd(LIST_Bin, sMyBinList)
Syntax
<Result> = RecycleBinListFile()
<Result>: Character string List of files found in the recycle bin. This list has the following format:
<Name and Original Full Path 1> + TAB + <Deletion Time 1> + CR + ... + <Name and Original Full Path N> + TAB + <Deletion Time N>
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|