Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python os abspath

import os
os.path.abspath(".")## Same Folder
os.path.abspath("")## One Folder Back
 
PREVIOUS NEXT
Tagged: #python #os #abspath
ADD COMMENT
Topic
Name
9+9 =