In message <mailman.4526.1240607621.11746.python-l...@python.org>, 
s...@pobox.com wrote:

> Is there an easy way in Python to get the mount point in which a path
> resides?  (Unix only is fine.)

See the os.statvfs call <http://docs.python.org/library/os.html>.

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to