VolumeInfo.this

Construct an object that gives information about volume on which the provided path is located.

struct VolumeInfo
@trusted
this
(
string path
)

Parameters

path string

either root path of volume or any file or directory that resides on the volume.

Meta