Next »
File
(286/308)
« Previous
How to delete a file
Delete a file
#
f
r
o
m
w
w
w
.
j
a
v
a
2
s
.
c
o
m
#!/usr/bin/env python
import
os os.remove(
"c:/python/test.py"
)
Next »
« Previous
Home
»
Python
»
Advanced Features
»
Exception Handling
File
Module