mpy-snippets icon indicating copy to clipboard operation
mpy-snippets copied to clipboard

Sync button adding an extra \ to folder creation

Open vjsyong opened this issue 5 years ago • 1 comments

When pressing the sync button, the plugin adds an extra \ character to the file path when creating the file on the micropython device. Example: "MicroWebSrv2\libs" instead of "MicroWebSrv2\libs"

vjsyong avatar Sep 10 '20 10:09 vjsyong

Example: "MicroWebSrv2\libs" instead of "MicroWebSrv2\libs"

Is the two path the same?

SummerGift avatar Mar 27 '21 00:03 SummerGift