Was gunna add a function, i changed my mind
This commit is contained in:
parent
66777dde76
commit
d64bea4503
1 changed files with 2 additions and 0 deletions
|
@ -109,5 +109,7 @@ namespace Saviour_Backup_System
|
||||||
public static string calculateDriveID(DriveInfo drive) {
|
public static string calculateDriveID(DriveInfo drive) {
|
||||||
return tools.hash(drive.VolumeLabel + drive.TotalSize + drive.DriveFormat + USBTools.getDriveType(drive)); ;
|
return tools.hash(drive.VolumeLabel + drive.TotalSize + drive.DriveFormat + USBTools.getDriveType(drive)); ;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue