Unit FngFileNotify

FNGFILENOTIFY.PAS Fnugry File Notify Component Copyright (C) 1997 Gleb Yourchenko Version 1.0.1.1 Contact: Gleb Yourchenko E-mail: eip__@hotmail.com Please specify 'FileNotify' in the subject string

Classes

TFnugryFileNotify -
TNotificationThread -

Functions

Register -

Types

TFileNotifyEvent
TNotificationOption
TNotificationOptions

Constants

Variables


Functions


procedure Register;


Types


TFileNotifyEvent = procedure(Sender :TObject;
    Action :TNotificationOption) of object

TNotificationOption = (fnoFile, fnoFolder, fnoAttr,
    fnoSize, fnoTime, fnoWatchSubtree);

TNotificationOptions = set of TNotificationOption

Constants


Variables