Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python os get dir path

from os import getcwd # only import "getcwd" from os

getcwd() # Get the current working directory
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #python #os #dir #path
ADD COMMENT
Topic
Name
5+2 =