Implement rename

Issue #44 new
Patryk Kubiak created an issue

The function rename (stdio) needs to be implemented according to the POSIX standard: http://www.cplusplus.com/reference/cstdio/rename/

It should use:

extern oC_ErrorCode_t       oC_VirtualFileSystem_rename        ( const char * OldName , const char * NewName);

Comments (1)

  1. Log in to comment