Unit Recycle

Classes

Functions

RecycleFile - This function deletes a file in Windows 95 and moves it to the recycle bin.
RecycleFileEx -

Types

Constants

Variables


Functions


function RecycleFile(FileToRecycle: string): boolean;

This function deletes a file in Windows 95 and moves it to the recycle bin. It returns True if the operation is successful, and False otherwise Syntax: x := RecycleFile(Filename); *** Distribute this file freely This unit written by John Ruzicka 75160.2376@compuserve.com based on code from Dennis Passmore and Steve Schafer on the BDELPHI forum

function RecycleFileEx(FileToRecycle: TFilename; Confirm: boolean): boolean;


Types


Constants


Variables