mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2026-04-07 17:57:03 +02:00
27 lines
424 B
JSON
27 lines
424 B
JSON
|
|
[
|
||
|
|
{
|
||
|
|
"path": "%PROGRAMFILES%\\Git\\bin",
|
||
|
|
"parent": "%PROGRAMFILES%\\Git",
|
||
|
|
"filename": "bin",
|
||
|
|
"stem": "bin",
|
||
|
|
"extension": "",
|
||
|
|
"path_list": [
|
||
|
|
"%PROGRAMFILES%",
|
||
|
|
"Git",
|
||
|
|
"bin"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"path": "c:\\my\\folder",
|
||
|
|
"parent": "c:\\my",
|
||
|
|
"filename": "folder",
|
||
|
|
"stem": "folder",
|
||
|
|
"extension": "",
|
||
|
|
"path_list": [
|
||
|
|
"c:\\",
|
||
|
|
"my",
|
||
|
|
"folder"
|
||
|
|
]
|
||
|
|
}
|
||
|
|
]
|