These are utility methods, that could be implemented by user code, i.e., not core methods. That's fine. But perhaps we should add another:int dfsCopy(dfsFs fs, char* src, char* dst); Otherwise lots of applications will end up writing this themselves.
If we want a copy function I'd propose a slightly generalized version int dfsCopy(dfsFs srcFs, char* src, dfsFs dstFs, char* dst); That way we can copy from/to local using the same function. --Konstantin
