PC_EmptyBin
<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > PC > Trash Bin functions > PC_EmptyBin |
Description
The PC_EmptyBin() function provides a quick way to empty the recycle bin.
Syntax
PC_EmptyBin(nFlag AS NUMBER) AS NUMBER
Returns
Return a number
If the function fails, the return value is zero.
If the function succeeds, the return value is nonzero.
Parameters
nFlag AS NUMBER
A flag for control the behavior of the job, it can be:
%PC_EB_NORMAL
%PC_EB_NOCONFIRMATION
%PC_EB_NOPROGRESSUI
%PC_EB_NOSOUND
Remarks
Restrictions
See also
Examples
PC_EmptyBin(%PC_EB_NOCONFIRMATION or %PC_EB_NOSOUND)