Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python get current directory

import os

print(os.getcwd())
 
PREVIOUS NEXT
Tagged: #python #current #directory
ADD COMMENT
Topic
Name
1+4 =