mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-25 11:22:55 +00:00
21 lines
363 B
JSON
21 lines
363 B
JSON
![]() |
[
|
||
|
{
|
||
|
"FileName": "aDir/",
|
||
|
"IsDirectory": true
|
||
|
},
|
||
|
{
|
||
|
"FileName": "aDir/b.txt"
|
||
|
},
|
||
|
{
|
||
|
"FileName": "aDir/aDirInside/",
|
||
|
"IsDirectory": true
|
||
|
},
|
||
|
{
|
||
|
"FileName": "aDir/aDirInside/anotherDir/",
|
||
|
"IsDirectory": true
|
||
|
},
|
||
|
{
|
||
|
"FileName": "aDir/aDirInside/anotherDir/file.txt"
|
||
|
}
|
||
|
]
|