Next: , Previous: , Up: C library functions   [Index]


remove

remove Function

#include <stdio.h>

String new path;
Integer new result;

path = ``/home/user'';

result = remove (path);