mirror of
https://github.com/TheCommsChannel/TC2-BBS-mesh.git
synced 2025-09-23 06:24:35 -04:00
Delete text.py
test file removed
This commit is contained in:
parent
6a8811dca9
commit
bcec01de88
1 changed files with 0 additions and 10 deletions
10
text.py
10
text.py
|
@ -1,10 +0,0 @@
|
|||
import os
|
||||
|
||||
print("Current Working Directory:", os.getcwd())
|
||||
file_path = "./games/lost_forest.csv"
|
||||
|
||||
if os.path.exists(file_path):
|
||||
print("✅ File exists! Python can detect it.")
|
||||
else:
|
||||
print("❌ File does NOT exist according to Python.")
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue