Command: python -c "from pathlib import Path;p=Path(r'C:\Users\ash\ShopeeOperationsPhoneBridge');print('EXISTS='+str(p.exists()));print('ISDIR='+str(p.is_dir()));print('PARENT='+str(p.parent.exists()));print('MATCHES='+repr([x.name for x in p.parent.glob('*PhoneBridge*')]))"
Directory: projects
Status: SUCCESS
Exit code: 0
Cancel Job Rerun Command Refresh
EXISTS=False ISDIR=False PARENT=True MATCHES=[]