[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'LazFileUtils' (#lazutils)

InvalidateFileStateCache

Signals the OnInvalidateFileStateCache event handler.

Declaration

Source position: lazfileutils.pas line 191

procedure InvalidateFileStateCache(

  const Filename: string = ''

);

Arguments

Filename

  

File name for the event notification.

Description

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 for the Windows platform.

See also

DeleteFileUTF8

  

Deletes the specified file name.

FileSetAttrUTF8

  

Sets the file attribute value for the specified file name.

FileSetDateUTF8

  

Sets the last modification time for the file.

RenameFileUTF8

  

Renames a file to the specified value.


Version 3.2 Generated 2024-02-25 Home