146k views
0 votes
It is a function that removes an existing file from the server.

Select one:

a. remove()

b. unlink()

c. delete()

d. drop()

1 Answer

5 votes

Answer: A) remove()

Step-by-step explanation:

The remove() function removes an existing file from the server but it does not affect the existing directory and file. We can also ease and remove files in the file handling by using the remove() function. And it is built-in function that removes any type of the data from the function by taking values in the parameter whose values are equal with the passing value in the parameter.

User The Hand Of NOD
by
5.5k points