``` Python def extract_file(filepath, flags=0): """Extracts an archive from a file into the current directory.""" ``` May I propose an optional arg to specify the folder I want to extract to?