evothings / evothings-studio

Evothings Studio
http://www.evothings.com/
Apache License 2.0
53 stars 33 forks source link

File path too long when unzipping on Windows #139

Closed gokr closed 8 years ago

gokr commented 8 years ago

There is a limit on filepaths in Windows around 260 characters. Some paths in our Workbench zip file are pretty long, unless we run the flattening procedure. When flattened we end up with a path around 125 characters instead of 198. 125 is ok, so the problem will only appear if you unzip in a directory that already has a path more than 135 characters long (135+125= 260).