src/eric7/SystemUtilities/FileSystemUtilities.py

branch
eric7
changeset 10973
484b5440fd1e
parent 10971
b9d883f73dff
child 10974
a2fd00b78f94
equal deleted inserted replaced
10972:2178804b1df8 10973:484b5440fd1e
701 ################################################################################ 701 ################################################################################
702 ## Functions below handle (MicroPython) device and remote file names. 702 ## Functions below handle (MicroPython) device and remote file names.
703 ################################################################################ 703 ################################################################################
704 704
705 705
706 # TODO: change these because the pattern collides with Windows drives 706 # TODO: change these to 'xxx#' because the pattern collides with Windows drives
707 _DeviceFileMarker = "device:" 707 _DeviceFileMarker = "device:"
708 _RemoteFileMarker = "remote:" 708 _RemoteFileMarker = "remote:"
709 709
710 710
711 def deviceFileName(fileName): 711 def deviceFileName(fileName):

eric ide

mercurial