Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

get diroctary in python

import os
cwd = os.getcwd()
print(cwd)
 
PREVIOUS NEXT
Tagged: #diroctary #python
ADD COMMENT
Topic
Name
5+2 =