wie man den echten Pfad mit Python bekommt
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)))