(String name)
| 33 | } |
| 34 | |
| 35 | private Drive getDrive(String name) { |
| 36 | return drives.get(drives.indexOf(new Drive(name))); |
| 37 | } |
| 38 | |
| 39 | private boolean isFolder(FileIdBothDirectoryInformation item) { |
| 40 | return EnumWithValue.EnumUtils.isSet(item.getFileAttributes(), FileAttributes.FILE_ATTRIBUTE_DIRECTORY); |
no test coverage detected