ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Windows functions / Recycle Bin functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
RecycleBinListFile (Function)
In french: CorbeilleListeFichier
Lists the files found in the recycle bin of the system.
Example
// -- Button for filling a List Box control
// Display the elements of the recycle bin in a List Box control
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>
Component: wd290std.dll
Minimum version required
  • Version 12
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help