From: Vladimir Prus (ghost_at_[hidden])
Date: 2002-08-15 10:27:55


Hi,
I'd like to append a suffix to a path using the filesystem library, so that

        directory/path.asm

would become

        directory/path.asm.cpp

Yet I see no easy way. Is this use case worth supporting?

- Volodya