English|简体中文
This tool can modify the creation time, modification time, and access time of files and folders on Windows and Linux.
- Support batch modification of the creation time, modification time, and access time of folders and files.
- Support selecting folders and modifying the time of the folder and its contents together or only modifying the time of the folder's contents.
-
Modifying the time of the folder only, not the time of its contents
-
Supporting modification of the creation time on Linux environments.
$(Get-Item “file path”).creationtime=$(Get-Date “11/04/2019 20:42:23”)
$(Get-Item “file path”).lastaccesstime=$(Get-Date “11/04/2019 20:42:23”)
$(Get-Item “file path”).lastwritetime=$(Get-Date “11/04/2019 20:42:23”)