Skip to content
Snippets Groups Projects
Commit 2e3458b1 authored by Fons Rademakers's avatar Fons Rademakers
Browse files

From bertrand:

- Added new method TList *TSystem::GetVolumes(Option_t *opt)
  returning the list of hard drives on Windows when opt = "all"
  or the current hard drive when opt = "cur"
  the return type is a TList of TObjString's containing the drive letters,
  i.e: for drives C: G: H: K:. The TList must be deleted by the user.
- Implement the ability to browse available (mounted) drives on Windows.
- Added list of available (mounted) drives in TGFSCombobox on Windows.


git-svn-id: http://root.cern.ch/svn/root/trunk@23625 27541ba8-7e3a-0410-8455-c3a389f83636
parent 43f3d049
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment