Opened 9 years ago
Last modified 9 years ago
#111 closed defect
%2F in filename causes error — at Version 3
Reported by: | EdT | Owned by: | s10k |
---|---|---|---|
Priority: | major | Component: | Vago |
Keywords: | Cc: |
Description (last modified by )
-create "/Users/EKT2014/Games/Oni/AE/Tools/VagoGUI/VagoWorkspace/XML/XML - ONI/" "/Users/EKT2014/Desktop/TXMPIteration001%2FKS_chestpack.xml"
System.IO.DirectoryNotFoundException: Could not find a part of the path "/Users/EKT2014/Desktop/TXMPIteration001/KS_chestpack.xml".
It has been such a long time having to deal with %2F in a filename I forgot the solution :(
Edit: You mean "%2F" --Iritscen
Change History (3)
comment:2 by , 9 years ago
If I may butt in here, I tried sending a file with "%2F" in it to OniSplit on the command line, and it worked fine, so it seems that there's an issue in the way that Vago is encoding and passing the command string to OniSplit. Something in Qt, perhaps, is interpreting the %2F as the ASCII hex code for "/" (which, of course, it is), rather than passing it as-is.
comment:3 by , 9 years ago
Description: | modified (diff) |
---|---|
Summary: | %2 in filename causes error → %2F in filename causes error |
Edt that error is from OniSplit not Vago.
Do you know any way to pass it to OniSplit without causing that error?