kde-extraapps/ark/kerfuffle/tests/data/archive-deepsinglehierarchy.json
2014-11-18 17:46:34 +00:00

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"
}
]