setLastModifiedSync method - File class - dart:io library (original) (raw)

description

void setLastModifiedSync(

  1. DateTime time )

Synchronously modifies the time the file was last modified.

If the attributes cannot be set, throws a FileSystemException.

Implementation

void setLastModifiedSync(DateTime time);