Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

Files.SetModificationDate

Sets the file modification date.

Component Version macOS Windows Linux Server iOS SDK
Files 7.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "Files.SetModificationDate"; Path; TimeStamp )   More

Parameters

Parameter Description Example
Path The native path to the file. "/Users/cs/Desktop/test.txt"
TimeStamp The new modification date and time. Get(CurrentTimeStamp)

Result

Returns OK or error.

Description

Sets the file modification date.
See also Files.ModificationDate function.

Examples

Set time to now minus 24h:

MBS( "Files.SetModificationDate"; "/Users/cs/Desktop/test.rtf"; Hole ( HostZeitstempel ) - 24*3600 )

Set timestamp to now:

MBS( "Files.SetModificationDate"; "C:\Users\Administrator\Desktop\logo.png"; Get(CurrentHostTimeStamp))

See also

Release notes

Blog Entries

This function checks for a license.

Created 19th April 2017, last changed 27th December 2021


Files.SetHidden - Files.SetPosixPermissions