Skip to main content

Get Creation Time

Description

Gets creation time.

Function Signature:

def get_creation_time(file_info: FileInfo) -> float:

Parameters

  • file_info (FileInfo): Input value for file_info.

Returns

  • float: Return value from the function.

Example Usage

# Example usage
file_info = None
result = get_creation_time(file_info)
print(result)

Behavior

  • Executes the function logic with the provided arguments.
  • On success, returns the computed value or result object.

Error Handling

  • Exceptions are handled within the function where implemented.