list_files#

Mechanical.list_files()#

List the files in the working directory of Mechanical.

Returns:
list

List 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)