Skip to main content

OneDrive_File.last_modified_time

last_modified_time

Group: Metadata

Documentation

Returns the last modified time of a file.

Errors

  • If the S3_File represents a directory, an S3_Error error is thrown.
  • If the bucket or object does not exist, a File_Error.Not_Found is thrown.
  • If the object is not accessible, an S3_Error is thrown.

Remarks

If the file is a data link, this returns the modification time of the data link.