PyFilesystem / pyfilesystem

Python filesystem abstraction layer
http://pyfilesystem.org/
BSD 3-Clause "New" or "Revised" License
287 stars 63 forks source link

How to read tag attribute using getinfo() method. #280

Open winneryong opened 5 years ago

winneryong commented 5 years ago

Hi I use dokany mount an remote fs in window 10 as a local driver. And I set an file tag In the File Details pane. i try use osfs getinfo method obtain file detail info ,but not contains tag attribute. How to read file tag attribute ? thanks