mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2026-04-07 17:57:03 +02:00
14 lines
278 B
JSON
14 lines
278 B
JSON
|
|
{
|
||
|
|
"path": "C:\\Windows\\Program Files\\xfolder\\file.txt",
|
||
|
|
"parent": "C:\\Windows\\Program Files\\xfolder",
|
||
|
|
"filename": "file.txt",
|
||
|
|
"stem": "file",
|
||
|
|
"extension": "txt",
|
||
|
|
"path_list": [
|
||
|
|
"C:\\",
|
||
|
|
"Windows",
|
||
|
|
"Program Files",
|
||
|
|
"xfolder",
|
||
|
|
"file.txt"
|
||
|
|
]
|
||
|
|
}
|