I've stumbled into an issue related to retrieving a file name / path from an object handle, I can identify that the file handle is a handle for a file, but I'm stumped at getting the file name / path of which the handle is for, anyone know of any existing method implemented in autoit for doing this? Currently I'm using winapiex function _WinAPI_GetObjectNameByHandle($hObject) to validate that it is indeed a file handle but I'd love to know of how to get the actual file location of which it belo