JCL Help:Win32DeleteFile

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Delete file with the option to send it to recycle bin.


Parameters

Parameters Description
FileName The name of the file to delete.
MoveToRecycleBin If True, the file is move to the recycle bin/trash can (and still might be restored later); if False, it is to be deleted, allowing no recovery later.


Return Value

If the file has been successfully deleted the function returns True, otherwise it returns False.


Description

Delete file with the option to send it to recycle bin.


See Also

FileDelete


About

Donator

Jean-Fabien Connault


Notes

Obsolete. Use FileDelete instead.


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page