|
@@ -508,7 +508,7 @@ Example return value (in JSON object, not stringify JSON string)
|
|
|
{
|
|
|
"Ext": ".mp3",
|
|
|
"Filename": "MyMusic.mp3",
|
|
|
- "Filepath": "files/users/TC/Desktop/MyMusic.mp3",
|
|
|
+ "Filepath": "user:/Desktop/MyMusic.mp3",
|
|
|
"Filesize": 12841616,
|
|
|
"IsDir": false,
|
|
|
"Modtime": 1653400359
|
|
@@ -516,7 +516,7 @@ Example return value (in JSON object, not stringify JSON string)
|
|
|
{
|
|
|
"Ext": ".shortcut",
|
|
|
"Filename": "Code Studio.shortcut",
|
|
|
- "Filepath": "files/users/TC/Desktop/Code Studio.shortcut",
|
|
|
+ "Filepath": "user:/Desktop/Code Studio.shortcut",
|
|
|
"Filesize": 63,
|
|
|
"IsDir": false,
|
|
|
"Modtime": 1644421891
|