Skip to content

Latest commit

 

History

History
60 lines (48 loc) · 1.86 KB

FileSetLastModified.md

File metadata and controls

60 lines (48 loc) · 1.86 KB

Function: FileSetLastModified

Sets the last modified time of a file

Method Signature

FileSetLastModified(file=[any], date=[any])

Arguments

Argument Type Required Description Default
file any true A file path or object
date any true A date time object or string

Examples

Related