Each of them is assigned to a drive letter.
I listed all files using a search like this:
Code: Select all
g:\ | h:\ | i:\ | j:\ | k:\
The list is this (showing only the path):
To make it easier to know what drive I'm working on, I'd like to change the letter to each volume number.
And I edited the list using a text editor, replacing the letter by the number, accordingly.
But...
If I load the list, Everything insert the current folder of the efu's file before the number.
Like this:
"allDrives.efu" is here:
Here is the content of "allDrives.efu":
Code: Select all
Filename,Size,Date Modified,Date Created,Attributes
"32:\Windows\assembly\NativeImages_v4.0.30319_32\System.Wind5cb9c182#\df5d78a6328636a4ff7bc7992531d6d0\System.Windows.Forms.DataVisualization.Design.ni.dll",200192,133370276827421081,133370276827361078,8224
"32:\Windows\assembly\NativeImages_v4.0.30319_32\System.Wind5cb9c182#\df5d78a6328636a4ff7bc7992531d6d0\System.Windows.Forms.DataVisualization.Design.ni.dll.aux",1304,133370276827411081,133370276827411081,8224
"32:\Windows\assembly\NativeImages_v4.0.30319_32\System.Wind0de890be#\d5f4765d7a361b979d8998c5072ffa01\System.Windows.Forms.DataVisualization.ni.dll",4549120,133370276825790988,133370276825460969,8224
"32:\Windows\assembly\NativeImages_v4.0.30319_32\System.Wind0de890be#\d5f4765d7a361b979d8998c5072ffa01\System.Windows.Forms.DataVisualization.ni.dll.aux",1256,133370276825760986,133370276825750986,8224
"32:\Windows\assembly\NativeImages_v4.0.30319_64\System.Wind5cb9c182#\078c37bd91d063547b4dd6d82432af1d\System.Windows.Forms.DataVisualization.Design.ni.dll",230912,133370275094931989,133370275094861985,8224
"32:\Windows\assembly\NativeImages_v4.0.30319_64\System.Wind5cb9c182#\078c37bd91d063547b4dd6d82432af1d\System.Windows.Forms.DataVisualization.Design.ni.dll.aux",1304,133370275094921988,133370275094921988,8224
"32:\Windows\assembly\NativeImages_v4.0.30319_64\System.Wind0de890be#\5bf4243eccd10a06c3d5086c8a884165\System.Windows.Forms.DataVisualization.ni.dll",5124608,133370275093141886,133370275092781866,8224
"32:\Windows\assembly\NativeImages_v4.0.30319_64\System.Wind0de890be#\5bf4243eccd10a06c3d5086c8a884165\System.Windows.Forms.DataVisualization.ni.dll.aux",1256,133370275093101884,133370275093101884,8224
"32:\Windows\Microsoft.NET\Framework64\v4.0.30319\System.Windows.Forms.DataVisualization.dll",1707944,131665658940000000,131665658940000000,8224
"32:\Windows\Microsoft.NET\Framework\v4.0.30319\System.Windows.Forms.DataVisualization.dll",1707944,131665658940000000,131665658940000000,8224
"32:\Windows\Microsoft.NET\assembly\GAC_MSIL\System.Windows.Forms.DataVisualization\v4.0_4.0.0.0__31bf3856ad364e35\System.Windows.Forms.DataVisualization.dll",1707944,131665658940000000,131665658940000000,8224
"32:\Windows\Microsoft.NET\Framework64\v4.0.30319\System.Windows.Forms.DataVisualization.Design.dll",82368,131665658940000000,131665658940000000,8224
"32:\Windows\Microsoft.NET\Framework\v4.0.30319\System.Windows.Forms.DataVisualization.Design.dll",82368,131665658940000000,131665658940000000,8224
"32:\Windows\Microsoft.NET\assembly\GAC_MSIL\System.Windows.Forms.DataVisualization.Design\v4.0_4.0.0.0__31bf3856ad364e35\System.Windows.Forms.DataVisualization.Design.dll",82368,131665658940000000,131665658940000000,8224
"32:\Windows\Microsoft.NET\Framework64\v4.0.30319\pt-BR\System.Windows.Forms.DataVisualization.resources.dll",245896,129932666860000000,129932666860000000,8224
"32:\Windows\Microsoft.NET\Framework\v4.0.30319\pt-BR\System.Windows.Forms.DataVisualization.resources.dll",245848,129862861320000000,129862861320000000,8224
"32:\Windows\Microsoft.NET\assembly\GAC_MSIL\System.Windows.Forms.DataVisualization.resources\v4.0_4.0.0.0_pt-BR_31bf3856ad364e35\System.Windows.Forms.DataVisualization.resources.dll",245848,129862861320000000,129862861320000000,8224
"32:\Windows\winsxs\Manifests\amd64_microsoft-windows-m..systemdataproviders_31bf3856ad364e35_6.1.7601.17514_none_66672617b3257dc1.manifest",16038,129347830844538849,129347830844226849,32
"32:\Windows\Microsoft.NET\assembly\GAC_MSIL\System.Windows.Forms.DataVisualization.resources\",,130704258809309400,130704258809309400,8208
"32:\Windows\Microsoft.NET\assembly\GAC_MSIL\System.Windows.Forms.DataVisualization.Design\",,130704258216508358,130704258216508358,8208
"32:\Windows\Microsoft.NET\assembly\GAC_MSIL\System.Windows.Forms.DataVisualization\",,130704258215884357,130704258215884357,8208
"32:\Windows\winsxs\amd64_microsoft-windows-m..systemdataproviders_31bf3856ad364e35_6.1.7601.17514_none_66672617b3257dc1\",,129347835138914392,129347830960603053,16
But Everything insert current file folder before this ("32:\"), in that case, "C:\temp\".
And I got:
"C:\temp\32:\Windows\assembly\NativeImages_v4.0.30..."
How to get rid of this "C:\temp\"?
So, the question is:
How to remove this folder (C:\temp\) and keep only the volume number?
I mean, when I load the list of files.
Thank you.