This site uses cookies. Visit our cookies policy page or click the link in any footer for more information and to change your preferences.
Code development platform for open source projects from the European Union institutions
assigned to @amogoda
Hello Rolf,
you can try different things.
Press the Windows key and type "cmd" to open the Command Prompt.
Assuming your folder is located under C:\Users\RolfMuller\Documents
, you can run the following command:
mklink /D "C:\Users\RolfMuller\Documents\<NewVectoFolder>" "C:\Users\RolfMuller\Documents\<VeryLongVectoFolder>"
where <NewVectoFolder>
is a new folder name, e.g. Vecto
, and <VeryLongVectoFolder>
is your path exceeding the 260 character limit for example C:\Users\RolfMuller\Documents\Very\Very\Very\Long\Path
.
Therefore, the command should look as follows:
mklink /D "C:\Users\RolfMuller\Documents\Vecto" "C:\Users\RolfMuller\Documents\Very\Very\Very\Long\Path"
You should be able to access the file in the new location, i.e. C:\Users\RolfMuller\Documents\Vecto
, and work as usual.
If Approach 1 doesn't solve the issue you can try the following:
subst X: "C:\Users\RolfMuller\Documents\Very"
. We have shorten the path to the first "Very" path level.X:\Very\Very\Long\Path
. Note there are only two "Very" levels instead of three.zip
.
cd X:\Very\Very\Long\Path
tar -xf 2024_10_01-VECTO-4.2.3.zip
Here I leave some links with additional information on how to create the virtual drive, symlink and unpack zip in Windows:
For further information about the platform and support, please see https://code.europa.eu/info/about