class KMountPoint.List |
|
|
List of mount points. |
|
|
Returns the mount point associated with device, i.e. the one where mountedFrom() == device (after symlink resolution). Returns the mountpoint, or 0 if this device doesn't exist or isn't mounted |
|
Find the mountpoint on which resides path For instance if /home is a separate partition, findByPath("/home/user/blah") will return /home path - the path to check Returns the mount point of the given file |