14 Jul
2005
14 Jul
'05
1:04 p.m.
Caleb Epstein wrote:
Also note that '/' isn't a native directory separator on Windows. Use '\' instead.
Though it *is* supported by the Microsoft runtime (and presumably all compiler vendors runtimes on Windows), so it ought to be acceptable for use in a portable filesystem API, no?
I guess that you should really be directing that question to Beman. Meanwhile, "ought" isn't going to help the OP to get his code to run... -- Angus