HashDataInc/Gopherwood

deletefile should use file path

Closed this issue · 1 comments

current file delete interface is
int gwDeleteFile(gopherwoodFS fs, gwFile file);
it is not convenient for using, please design it like following:
int gwDeleteFile(char* filePath);

fixed in prototype and will also use this design in master branch