How to find the file system type in python

Posted by timdisney on Stack Overflow See other posts from Stack Overflow or by timdisney
Published on 2010-05-10T06:46:07Z Indexed on 2010/05/10 6:54 UTC
Read the original article Hit count: 170

Filed under:

I'm looking for a way in python to find out which type of file system is being used for a given path. I'm wanting to do this in a cross platform way. On linux I could just grab the output of df -T but that won't work on OSX or windows.

© Stack Overflow or respective owner

Related posts about python