mirror of
https://github.com/aaPanel/aaPanel.git
synced 2026-08-17 21:25:47 +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)) |