mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-06 00:38:49 +01:00
🎨 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:
parent
1ac46032fa
commit
b45cf73ed8
4 changed files with 20 additions and 3 deletions
2
API.md
2
API.md
|
|
@ -1076,10 +1076,12 @@ View API token in <kbd>Settings - About</kbd>, request header: `Authorization: T
|
|||
"data": [
|
||||
{
|
||||
"isDir": true,
|
||||
"isSymlink": false,
|
||||
"name": "20210808180320-abz7w6k"
|
||||
},
|
||||
{
|
||||
"isDir": false,
|
||||
"isSymlink": false,
|
||||
"name": "20210808180320-abz7w6k.sy"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue