Unipath icon indicating copy to clipboard operation
Unipath copied to clipboard

real_path() missing?

Open jabbalaci opened this issue 10 years ago • 0 comments

Hi,

In the docs you mention real_path, but it doesn't work for me:

>>> p = Path('/run/media')    # it's a link on my machine
>>> p.real_path()
Traceback (most recent call last):
  File "<input>", line 1, in <module>
AttributeError: 'Path' object has no attribute 'real_path'

Thanks,

Laszlo

jabbalaci avatar May 29 '15 07:05 jabbalaci