Next »
File
(294/308)
« Previous
How to get directory name
Get directory name
import
sys, os pathname = os.path.dirname(
'.'
)
Next »
« Previous
Home
»
Python
»
Advanced Features
»
Exception Handling
File
Module