Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to get the realpath with python

import os
print("real path of file ",filename," is ",str(os.path.realpath(filename)))
 
PREVIOUS NEXT
Tagged: #realpath #python
ADD COMMENT
Topic
Name
4+1 =