DirectoryEntryDate()

Syntax

Result = DirectoryEntryDate(#Directory, DateType)
Description
Returns the date of the current entry in the #Directory being listed with ExamineDirectory() and NextDirectoryEntry() functions.

The date is in the same format than the one of the Date library, so all the date related functions like FormatDate() can be used.

The 'DateType' parameter can be one of the following constants:
  #PB_Date_Created : returns the file creation date.
  #PB_Date_Accessed: returns the last file access date.
  #PB_Date_Modified: returns the last file modification date.

Supported OS

All

<- DirectoryEntryAttributes() - FileSystem Index - DirectoryEntryName() ->