mirror of
https://github.com/hakril/PythonForWindows
synced 2026-06-08 14:31:45 +00:00
20 lines
399 B
ReStructuredText
20 lines
399 B
ReStructuredText
Volume -- The logical drives
|
|
============================
|
|
|
|
The list of logical drives is accessible via :py:attr:`windows.system.logicaldrives
|
|
<windows.winobject.system.System.logicaldrives>`
|
|
|
|
|
|
.. note::
|
|
|
|
See sample :ref:`sample_system`
|
|
|
|
.. module:: windows.winobject.volume
|
|
|
|
.. autoclass:: LogicalDrive
|
|
|
|
.. data:: name
|
|
|
|
Name of the logical drive
|
|
|
|
:type: :class:`str` |