| [Overview][Constants][Types][Procedures and functions][Variables][Index] |
Signals the OnInvalidateFileStateCache event handler
Source position: lazfileutils.pas line 187
procedure InvalidateFileStateCache( |
const Filename: string = '' |
); |
InvalidateFileStateCache is a procedure used to signal the OnInvalidateFileStateCache event handler for the specified file name. InvalidateFileStateCache is used when an invalid file state is detected in routines which perform file manipulation, such as:
InvalidateFileStateCache is significant for UNIX-like environments only, such as Linux and Amiga. InvalidateFileStateCache is not used in Windows environments.
| lazarus-ccr.sourceforge.net |