# file.changeSort:before

****

```php "/site/config/config.php"
return [
    'hooks' => [
        'file.changeSort:before' => function (Kirby\Cms\File $file, int $position) {
            // your code goes here
        }
    ]
]
```

| Name | Type |
| ---- | ---- |
| `$file` | `Kirby\Cms\File` |
| `$position` | `int` |