mirror of
https://github.com/aaPanel/aaPanel.git
synced 2026-08-26 17:42:25 +02:00
3 lines
87 B
Python
3 lines
87 B
Python
import os
|
|
a='/www/backup/database/fdsa_20190808_034550.sql.gz'
|
|
print(os.path.exists(a)) |