--- a/src/eric7/SystemUtilities/FileSystemUtilities.py Sun Oct 13 17:43:11 2024 +0200 +++ b/src/eric7/SystemUtilities/FileSystemUtilities.py Sun Oct 13 18:15:58 2024 +0200 @@ -703,9 +703,8 @@ ################################################################################ -# TODO: change these to 'xxx#' because the pattern collides with Windows drives -_DeviceFileMarker = "device:" -_RemoteFileMarker = "remote:" +_DeviceFileMarker = "device#" +_RemoteFileMarker = "remote#" def deviceFileName(fileName):