|
|
|
|
|
RecycleBinRestore (Function) In french: CorbeilleRestaure Restores a file found in the recycle bin of the system.
sMyBinList is string
ListDeleteAll(LIST_Bin)
sMyBinList = RecycleBinListFile()
ListAdd(LIST_Bin, sMyBinList)
RecycleBinRestore(LIST_Bin[LIST_Bin])
Syntax
<Result> = RecycleBinRestore(<File name>)
<Result>: Boolean - True if the restore operation was performed,
- False otherwise.
<File name>: Character string Full source name of the file (full path and name of the file). If the file is found several times in the recycle bin, all the files will be restored (under different names). To restore a single file, the name of the file must be followed by the erase time in the following format: <File Name> + TAB + <Erase Time> This format is returned by RecycleBinListFile.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|