kash4kev / vscode-esp8266fs

Visual Studio Code extension for ESP8266/ESP32 File System (SPIFFS)
Other
16 stars 11 forks source link

path doesn't work if there are spaces in it #7

Open bigFin opened 5 years ago

bigFin commented 5 years ago

ESP8266 Data Files path "d:\OneDrive - ORG\Workspace\data" not found.

bigFin commented 5 years ago

Solved the issue by using mklink /d C:/noSpaces/dataFolder C:/space folder/dataFilder (windows CMD (Admin)) to make a symlink that bypassed the offending folder. This was needed for both the data and spiffs.image locations.