Command: python -c "import os,json,time; p=r'C:\\PhoneOperatorBuild\\vdselftest'; out=[];
for root,dirs,files in os.walk(p):
for f in files:
q=os.path.join(root,f); out.append({'rel':os.path.relpath(q,p),'bytes':os.path.getsize(q),'mtime':os.path.getmtime(q)})
print(json.dumps(out,separators=(',',':')))"
Directory: projects
Status: SUCCESS
Exit code: 0