get_last_url_opened
- omni.kit.helper.file_utils.get_last_url_opened(asset_type: Optional[str] = None, tag: Optional[str] = None) str
Retrieves the last URL opened based on asset type and tag.
- Parameters
asset_type (str, optional) – The type of asset to filter URLs by.
tag (str, optional) – Additional tag to filter the URLs.
- Returns
The last opened URL matching the specified criteria or None if no match found.
- Return type
str