--- a/src/eric7/SystemUtilities/FileSystemUtilities.py Wed Apr 05 11:58:22 2023 +0200 +++ b/src/eric7/SystemUtilities/FileSystemUtilities.py Wed Apr 05 12:05:06 2023 +0200 @@ -630,10 +630,10 @@ if OSUtilities.isWindowsPlatform(): # we are on a Windows platform - for disk in "ABCDEFGHIJKLMNOPQRSTUVWXYZ": - dirpath = "{0}:\\".format(disk) - if os.path.exists(dirpath): - mountedPaths.append(dirpath) + for disk in "ABCDEFGHIJKLMNOPQRSTUVWXYZ": + dirpath = "{0}:\\".format(disk) + if os.path.exists(dirpath): + mountedPaths.append(dirpath) else: # we are on a Linux or macOS platform mountPathStart = (