get_mnt_path#

get_mnt_path() str[source]#

Return mounting directory :code:/mnt.

Warning

This won’t work on Windows !

>>> get_mnt_path()
'/mnt'
Returns

Mounting directory

Return type

str