Listing all files within a directory that the current note is in - current folder

```dataview
LIST
WHERE contains(file.folder, this.file.folder)
```
18 Likes