The parse_path functions sometimes creates issues on windows when parsing a direct path copied.
- Using the script parameter for file
"U:\VAMP\guerard\LS7\new copy\SmalltileandZ - Copy.czi" returns 'path':'U:\\VAMP\\guerard\\LS7\\new copy\\'
- Directly using
parse_path("U:\VAMP\guerard\LS7\new copy\SmalltileandZ - Copy.czi") gives 'path': 'U:\\VAMP\\guerard\\LS7\new copy\\' which then later can cause issues
The
parse_pathfunctions sometimes creates issues on windows when parsing a direct path copied."U:\VAMP\guerard\LS7\new copy\SmalltileandZ - Copy.czi"returns'path':'U:\\VAMP\\guerard\\LS7\\new copy\\'parse_path("U:\VAMP\guerard\LS7\new copy\SmalltileandZ - Copy.czi")gives'path': 'U:\\VAMP\\guerard\\LS7\new copy\\'which then later can cause issues