Skip to content

Commit 2b23a5c

Browse files
authored
Update main.py
1 parent c4f43b8 commit 2b23a5c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

main.py

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Author: Scott Grivner
2+
# Website: scottgrivner.dev
3+
# Abstract: Delete files in a specified directory
4+
15
# Import Modules
26
import os
37

@@ -10,4 +14,4 @@
1014
os.remove(file_path)
1115
print("Successfully Deleted File!")
1216
else:
13-
print("The File Does Not Exist!")
17+
print("The File Does Not Exist!")

0 commit comments

Comments
 (0)