🎨 API /api/file/readDir support for returning symbolic link information (#8805)

* 🎨 API `/api/file/readDir` response symlink info

* 🎨 distinguish between directory symlink and file symlink
This commit is contained in:
Yingyi / 颖逸 2023-07-22 22:20:24 +08:00 committed by GitHub
parent 1ac46032fa
commit b45cf73ed8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 20 additions and 3 deletions

View file

@ -1068,10 +1068,12 @@
"data": [
{
"isDir": true,
"isSymlink": false,
"name": "20210808180320-abz7w6k"
},
{
"isDir": false,
"isSymlink": false,
"name": "20210808180320-abz7w6k.sy"
}
]