setLastAccessedSync method Null safety

void setLastAccessedSync (
  1. DateTime time
)

Synchronously modifies the time the file was last accessed.

Throws a FileSystemException if the time cannot be set.

Implementation

void setLastAccessedSync(DateTime time);