MCPcopy Create free account
hub / github.com/aldostools/webMAN-MOD / absPath

Function absPath

include/ftp.h:104–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104static u8 absPath(char *absPath_s, const char *path, const char* cwd)
105{
106 return parsePath(absPath_s, path, cwd, false);
107}
108
109static int ssplit(const char *str, char *left, u16 lmaxlen, char *right, u16 rmaxlen)
110{

Callers 2

folder_listingFunction · 0.85
handleclient_ftpFunction · 0.85

Calls 1

parsePathFunction · 0.85

Tested by

no test coverage detected