volumePath

Get mountpoint where the provided path resides on.

@trusted
string
volumePath
(
string path
)
out (result) { import std.path : isAbsolute; if (result.length) { assert (result.isAbsolute); } }

Meta