Right now just checking for / but if they have C:/... for a data path, will end up expanding to ../C:/ which obviously isn't valid.
As not going to be using windows personally, noting this to visit but is low priority to use. Should use relative paths anyway.
Right now just checking for
/but if they have C:/... for a data path, will end up expanding to ../C:/ which obviously isn't valid.As not going to be using windows personally, noting this to visit but is low priority to use. Should use relative paths anyway.