# 3.1 Folders

## 3.1.1 Listing of folders

Folder display works on a root basis. If we want to find subfolders in a specific folder, we have to navigate to it by typing the absolute path.

### 3.1.1.1 Syntax - Listing of folders

CZ:

```python
sevcik.vypis_slozky_ve_slozce('path')
```

### 3.1.1.2 Example

<figure><img src="https://2292557272-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3ZzD47eqZU5EP64S0398%2Fuploads%2Fc6OMLqn1wjGACOqCTdkE%2Fimage.png?alt=media&#x26;token=5b5d1efb-9805-439f-8ede-de6a3630a800" alt="" width="384"><figcaption><p>Example of using command</p></figcaption></figure>
