# Mounting to the file system The purpose of mounting cells (and transformer pins) to the file system is that you can use editors (text editors, IDEs, image editors) on your computer to edit and visualize a cell *while you develop a Seamless workflow*. Mounting has no influence whatsoever on the execution of the workflow. ***IMPORTANT: This documentation section is a stub.*** **Relevant examples:** - [basic example](https://github.com/sjdv1982/seamless/tree/stable/examples) See [Running examples](https://sjdv1982.github.io/seamless/sphinx/html/getting-started.html#running-examples-locally) on how to run examples. **Relevant test examples:** - [mount.py](https://github.com/sjdv1982/seamless/tree/stable/tests/highlevel/mount.py) - [mount-write.py](https://github.com/sjdv1982/seamless/tree/stable/tests/highlevel/mount-write.py) - [folder.py](https://github.com/sjdv1982/seamless/tree/stable/tests/highlevel/folder.py) - [folder2.py](https://github.com/sjdv1982/seamless/tree/stable/tests/highlevel/folder2.py) - [add.py](https://github.com/sjdv1982/seamless/tree/stable/tests/highlevel/add.py) See [Running tests](https://sjdv1982.github.io/seamless/sphinx/html/getting-started.html#running-tests-locally) on how to execute tests.