Total
(number) The total number of files that will be deleted.
The callback function should return a boolean value (true or false) indicating whether the delete operation should continue:
VALUE DESCRIPTION |
|
true |
Continue with the delete operation. |
false |
Stop the delete operation as soon as possible. |
Re t u r n s
Nothing. You can use Application.GetLastError to determine whether this action failed, and why.
See also: Related Actions
Folder.DoesExist
OverviewExamples
boolean Folder.DoesExist ( string Folder )
De s cr ip t ion
Returns true if a specific folder exists and false if it doesn't.
P arame t er s
Folder
(string) The path to the folder.
Re t u r n s
(boolean) True if the folder exists, false if it doesn't or an error occurs. You can use
Application.GetLastError to determine whether this action failed, and why.