2 strings that appear identical are not coming up equal
Posted: 31 Aug 2015 01:11
I wrote a small program in c# which I call with runret. The program takes the current file path and does some modifications and returns an updated path. The path appears to come out correctly. However, xyplorer's scripting engine keeps telling me it's an invalid path. Even when I copy and paste the output that xyplorer thinks is invalid right into the address bar it works. Also when I compare the data it tells me is invalid against the variable my script is generating it's telling me they aren't equal. Obviously xyplorer is making modifications to the variable before it's displaying it to clean it up or something. I can't find out what's wrong if it won't tell me what's invalid in my path so I'm wondering if there's a way I can see the raw data of the variable?