- Timestamp:
- Oct 29, 2018 4:30:19 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/guestctrl/UIGuestFileTable.cpp
r75148 r75157 580 580 /** @todo Currently API lacks a way to query windows drive letters. 581 581 * so we enumarate them by using CGuestSession::DirectoryExists() */ 582 m_driveLetterList.clear(); 582 583 for (int i = 'A'; i <= 'Z'; ++i) 583 584 {
Note:
See TracChangeset
for help on using the changeset viewer.