Comment obtenir le RealPath avec Python
import os
print("real path of file ",filename," is ",str(os.path.realpath(filename)))
Programmer of empires
import os
print("real path of file ",filename," is ",str(os.path.realpath(filename)))