Skip to content

FreeSlave/volumeinfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Volumeinfo

D library for getting information about mounted volumes (partitions). The information includes total and free size, filesystem type and display name.

Inspired by QStorageInfo from Qt.

Build Status Windows Build Status Coverage Status

Online documentation

Supported platforms

Windows, GNU/Linux and propably FreeBSD (code was written, but was not tested in its current form).

Print mounted volumes:

dub examples/list.d

Print volumes where the provided paths reside:

dub examples/list.d "$HOME" /usr/share