// In current directory File_Delete("input.txt", OK) File_Rmdir("docs") // In the root directory File_Delete("/input.txt", OK) File_Rmdir("/docs")