Unit FileOp

*----------------------------------------------------* * Component: TFileOperation * * Version: 1.1 * * Developed By: Chirag Deepak Dalal * * E-mail: chirag@theoffice.net * * Home Page: http://www.theoffice.net/chirag/ * * * * Last Modification: August 20, 1997, 2:13 PM * *----------------------------------------------------* * You are not allowed to redistribute this code or * * any part of it. * *----------------------------------------------------*

Classes

TFileOperation -

Functions

Register -

Types

TFileOp
TFileOpFlag
TFileOpFlags

Constants

Variables


Functions


procedure Register;


Types


TFileOp = (foCopy, foDelete, foMove, foRename);

TFileOpFlag = (fofAllowUndo, fofConfirmMouse, fofFilesOnly,
    fofMultiDestFiles, fofNoConfirmation, fofNoConfirmMkDir,
    fofRenameOnCollision, fofSilent, fofSimpleProgress);

TFileOpFlags = set of TFileOpFlag

Constants


Variables