setLastAccessedSync method
Synchronously modifies the time the file was last accessed.
Throws a FileSystemException if the time cannot be set.
Implementation
@override
void setLastAccessedSync(DateTime time) {
throw readOnlyException;
}
Synchronously modifies the time the file was last accessed.
Throws a FileSystemException if the time cannot be set.
@override
void setLastAccessedSync(DateTime time) {
throw readOnlyException;
}