Subj : Re: spaces in filenames
To : apam
From : McDoob
Date : Tue Jan 18 2022 06:30 pm
ap> It doesn't. I'm testing a change now to escape / unescape spaces and
ap> other reserved characters. The format is apparently \20 not \x20 for
ap> binkp
ap>
ap> As for \x20 - I guess this is handled by the C++ filesystem std library,
ap> i don't know.
Now that you mention it, that does remind me of C++. As I recall, '\n' was
the LF string? I really didn't like C++, back when I was learning to code, so
maybe I'm wrong.
This was one of the reasons I chose Mystic for PiBBS. I (thought I) could
write code for Mystic, because I have experience with (*Turbo*)Pascal...Turns
out, MPL isn't exactly the same...but, still easier than learning C++!