list_files# Mechanical.list_files()# List the files in the working directory of Mechanical. Returns: listList of files in the working directory of Mechanical. Examples List the files in the working directory. >>> files = mechanical.list_files() >>> for file in files: print(file) Copy to clipboard