Odcl_GetFolderDates

(From ODCL_LM file)

<< Click to Display Table of Contents >>

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

Odcl_GetFolderDates

(From ODCL_LM file)

Previous pageReturn to chapter overviewNext page

Odcl_GetFolderDates

This function will give you the "DateCreated" "DateLastAccessed" "DateLastModified" of specified folder.

First Parameter

Folder name as string

ex: "X:\\MyProject\\Project 2014"

 

Return Value:

List containing DateCreated DateLastAccessed and DateLastModified

ex:

(

("DateCreated" "20150404")

("DateLastAccessed" "20160118")

("DateLastModified" "20160110")

)

 

AutoLisp Syntax:

(Odcl_GDtFolderDates FolderName [as string])