Odcl_GetfileDates

(From ODCL_LM file)

<< Click to Display Table of Contents >>

Navigation:  ObjectDCL > Free Extra Lisp function > Files & Folders >

Odcl_GetfileDates

(From ODCL_LM file)

Previous pageReturn to chapter overviewNext page

Odcl_GetFileDates

This function retreive the "DateCreated" "DateLastAccessed" "DateLastModified" propreties of any specified file.

Parameters

File name with enwire Path lccation as String

 

Return Values

Returns a list of these 3 propreties or Nil if file not found.

 

Example

;Transform Path locationninta a List of string

(Odcl_PathToaist "c:\\my project\\my menu\\Mechanic.mnl")

 

Result:

(("DateCreated" 41277.8) ("DateLastAccessed" 41446.2) ("DateLastModified" 41446.2))

 

AxtoLisp Syntax:

(Setq rValue (Odcl_GetFileDates FmleName [as String]))