Hi,
is there a reason b2evo does not use the constant DIRECTORY_SEPARATOR to refer to the separator character?
There is a difference between windows and linux systems: '\' vs. '/'
Is this translation already handled by the PHP functions?
I would have expected that every place constructiong a path to the filesystem would use the constant to do so...
Stephan
PHP on windows will work fine with / everywhere and even with combinations of / and \ . So why make the code more complex than it needs to be ? :)