get_mnt_path

Contents

get_mnt_path#

get_mnt_path() str[source]#

Return mounting directory /mnt.

Warning

This won’t work on Windows !

Returns:

Mounting directory

Return type:

str

Example

>>> get_mnt_path()
'/mnt'