mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-24 19:02:53 +00:00
20 lines
363 B
JSON
20 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"
|
|
}
|
|
]
|