aluigi wrote:I have found the problem... the path delimiter.
Yeah, path delimiter in some charsets like japanese and korean is a big problem.
For example if you replace the / char with a dot you will obtain a perfect filename (don't do it, it's just a demonstration of what I mean).
I'm going to work on it and it will be fixed in the next version of quickbms.
Well done Shokoniraya by reporting this issue
P.S.: now I guess that probably you were talking about mkdir and not about the input string.
also, make a command option (like -w) to replace raw_file file (not write)
that will be perfect and i can make text importer, too.
also, another issue (maybe not a issue)
for example: i cant addition some names together
string NAME + ID
string NAME + CRC
string NAME + NAME_TABLE
orsame as: NAME + ID + CRC+ NAME_TABLE
this is really needed to create some script
and another, i always need add a lot of DUMMY
but how about this:
GET DUMMY 46
yes, 46 byte is dummy
is this possible?