(imported topic written by netmeister91)
There does not seem to be a way to examine the time/date stamp using the file object in relevance. Is there some way to return this property in relevance?
(imported topic written by netmeister91)
There does not seem to be a way to examine the time/date stamp using the file object in relevance. Is there some way to return this property in relevance?
(imported comment written by Lee Wei)
There is a “modification time” property as in:
"(name of it, modification time of it, creation time of it) of files of folder "c:\temp"
You don’t see it in the documentation because these are inherited from the Filesystem object.
Lee Wei
(imported comment written by netmeister91)
And it returns in Universal Time format… Nice… thanks as always…