Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Files.SetCreationDate
Sets the file creation date.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Files | 7.2 | ✅ Yes | ✅ Yes | ❌ No | ✅ Yes, on macOS and Windows | ✅ Yes |
MBS( "Files.SetCreationDate"; Path; TimeStamp ) More
Parameters
Parameter | Description | Example |
---|---|---|
Path | The native path to the file. | "/Users/cs/Desktop/test.txt" |
TimeStamp | The new creation date and time. | Get(CurrentTimeStamp) |
Result
Returns OK or error.
Description
Sets the file creation date.See also Files.CreationDate function.
Examples
Set timestamp to now:
MBS( "Files.SetCreationDate"; "C:\Users\Administrator\Desktop\test.png"; Get(CurrentHostTimeStamp))
See also
Release notes
- Version 7.2
- Added Files.SetCreationDate.
Blog Entries
This function is free to use.
Created 19th April 2017, last changed 27th December 2021