I attempted to implement the solution from this Stack Overflow answer. However, I am encountering an issue where it only resolves the path to the executable (exe), without including any arguments that may be present. Is there a way to obtain the full “raw” target, including both the executable path and its arguments, rather than just the executable path alone?